I All
I need some help from You.
I receive a file (from non Rbase procedure) 44700 bytes long (ASCII
characters).
The file contains logical records 150 bytes long.
There is not end record character, no line feed carriadge return, no
delimiter as comma or other separator characters.
I need to create a new table with TEXT rows 150 character long and load into
it each logical records from the file.
In one second step I can SMOVE the record fileds into separate variables.
I've tried to load the files into a VARCHAR variables as SET VAR
Varname=['filename']. The Varname are loaded OK but the SMOVE command don't
work with VARCHAR type (text only).
I've also tried to use Gateway commad but with no suxcess.
What can I do ?
TIA
Daniele
[EMAIL PROTECTED]