Oconv (AREV Specific)
At 17 NOV 2003 12:26:07PM ps wing wrote:
Hello,
Rather than re-invent the wheel, does anyone have any rbasic code which reliably locates and converts implied conversions to oconv?
eg a=b "MD2" or print "Date= ": date "DE"
giving a=oconv(b,"MD2") and print "Date= ":OCONV(date,"DE")
Any help would be most appreciated.
Thanks, Phil.
At 17 NOV 2003 12:26PM ps wing wrote:
Yep, been using RTP29, but still rather involved.
Was hoping there was a general free to air routine or proven method.
We are on a short time frame, so I guess we will be writting our own.
At 17 NOV 2003 12:26PM ps wing wrote:
Yes, we are in the process of converting our system to OI and are sharing the tasks involved, thus the need for this program.
Which I have written now and its pretty good (if do say myself) if anyone else is having to do the same, I would offer my hlep.
Another task I had to do was to split lines of code which use the semi column as the separator, again not easy, but I would help here too. Just ask. Thats the person am I.
At 17 NOV 2003 12:26PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
That's great.
World Leaders in all things RevSoft
At 17 NOV 2003 12:26PM The Sprezzatura Group wrote:
Phil
You'll normally find that people who have done this have done it in the context of a complete AREV to OI conversion utility so it may require some work to split this out. (On the other hand someone with no commercial interests in such things may have a routine to hand).
If you don't get a response then you can roll your own using RTP29 to analyse the code a line at a time
Call RTP29(LineofCode, AtRMDelimitedLineOfCodeReturned, Opts)
which is how we tend to do it.
The Sprezzatura Group
World Leaders in all things RevSoft