The only problem with using <-1> is that it the value is null, it does not
append it. This could cause problems, esp. when doing this with dependant
rows.

Program Example:
001 ARRAY = ""
002 FOR J = 1 TO 10
003    IF (NOT(MOD(J,5))) THEN
004       TEMP = ""
005    END ELSE
006       TEMP = J
007    END
008    ARRAY<-1> = TEMP
009 NEXT J
010 CRT ARRAY

Result:
1~2~3~4~6~7~8~9~

Regards
Bjorn Behr
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to