If I run this piece of code: STRVAR = "ABCDEFG" STRVAR[4, 1] = "" ;* Assign NUL character PRINT STRVAR PRINT LEN(STRVAR) On JBASE I get: ABCEFG 6 On UV I get: ABC EFG 7 Which is correct behaviour? (I prefer the jbase behaviour). I only have the online help for UV and cant quite find the documentation for this in the JBASE manuals. The UV manuals arent clear on what should happen. On UV, PRINT SEQ(STRVAR[4, 1]) prints 32.
Regards, Marco. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
