
xbase to clarion with reserved word as xbase variable
Quote:
> Unfortunately, the xbase file contains the variable NEW, a reserved
> word in CW.
You can declare the file structure and use a valid label and then put NEW
in the External Name attribute (see the second tab under file properties in
the dictionary). The generated code will look something like this:
!...some fields here...
IsItNew STRING(1),NAME('NEW')
!...more fields here...
Steve
--
Steven C. Gallafent - The Computer Guy