Jim

One other thing to note that I have found. In creation of a 
lot of variable definitions (mostly expressions), functions 
and so on, the use of left and right parenthesis seems to 
have gotten a lot stricter. Most of the code that I have 
taken from older versions (which was not code created by me) 
have had a lot of failures because of this. From what I have 
seen so far is that you should always define Var's as 
SET VAR varname DATATYPE = (.var1 + .var2) 
and so on where in a lot of our old code it was just 
SET VAR varname = .var1 + .var2

This has even cropped up in reports and forms as well. 
Sorry to give any bad news if this is a gotcha

Jim Limburg

Oma Cox wrote:
> 
> Jim,
> <       Is anyone willing to share their suggested, best, easiest, etc. method you
> use to identify reserved words and obsolete commands when jumping from 4.0
> to 6.5+?>
> www.rsyntax.com
> Syntax Reference
> Reserved Words
> Obsolete Commands
> Does not break down by version changes but should give you enough info to
> work with!
> 
> <       Is there a source showing reserved words and obsolete commands added after
> 4.0?>
> 
> Haven't seen a list of commands or reserved words that show version
> differences!
> 
> Best regards,
> 
> Oma

Reply via email to