On Feb 4, 5:26 pm, x <[email protected]> wrote: > 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.
If you set 'jbase_field = false' in Config_EMULATE then this program should run to completion and not affect your JBASEWORK file (if, in fact, the JBASEWORK file is becoming corrupt due to this program, which I am unable to verify). Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
