I've run into many sets of dissyncronized mv values because of this. Thus,
my brain now forces me to do a DCOUNT of the independent attribute to get
the current number of values and increment from there.

I've even seen this code

X<1,-1>=CHAR(253):"FRED"

that really screwed things up. No excuse for using a delimiter when
delimiters are implied.

My 1 cent
Mark Johnson
----- Original Message -----
From: "Bjorn Behr" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, March 09, 2007 3:47 AM
Subject: [U2] Old Dog, New Tricks


> 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
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to