Post Reply 
parse var in a cycle (like j -> Cj)
03-08-2015, 11:31 AM
Post: #1
parse var in a cycle (like j -> Cj)
hi all,
I little help to make in a program something like: to parse columns os Statistics adding a var in a cycle.
i.e. I must get C1, C2, C3 and I think to do:
FOR j FROM 0 TO 9 DO
// use Cj (C0, C1, C2...), but I cannot use Cj as it would be another var... and not C(j)...
n:= size(Cj); // doesn't work...
END;

thank you!

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
parse var in a cycle (like j -> Cj) - salvomic - 03-08-2015 11:31 AM



User(s) browsing this thread: