Return list count
by Eyaly · in Torque Game Builder · 07/09/2008 (3:37 am) · 1 replies
Hi
is there any function which return list count?
i have an array like this:
%this.myArray = "a b c d";
now i need a "count" function which return 4.
please help
is there any function which return list count?
i have an array like this:
%this.myArray = "a b c d";
now i need a "count" function which return 4.
please help
Associate Phillip O'Shea
Violent Tulip
If you want a particular element of that string, then you use "getWord", "getField" or "getRecord".