REC = ''
REC<1> = "AAAAAAAA ;* X" ;* space after *
REC<2> = "BBBBBBBB ;*" ;* no space after *
FOR I = 1 TO 2
LINE = REC<I>
CRT LINE
A = FIELD(LINE,'* ',2) ;* space after *
CRT A
NEXT I
END
On my machine this small program does not work and apparently corrupts
the JBASEWORK file.
In order to experience the bug it is important to keep the "REC" lines
in this structure that is:
Line 1) 8 alphanumeric, spaces, ";* ", alphanumeric
Line 2) 8 alphanumeric, spaces, ";*"
Windows XP
jBASE 4.1.5.17
Lucian
--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at:
http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to
Globus/T24
To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---