Page 1 of 1

split and array

Posted: Fri Nov 16, 2012 9:15 am
by theoGA61d2
Hi,

How do I find the size of the array after a split?

I tied the last item but that returns empty

for now I do this:

put 0 into n
repeat for each element e in FilePath
add 1 to n
end repeat
set the text of field "lblFileName" to Filepath[n]

Thanks

Theo

Re: split and array

Posted: Fri Nov 16, 2012 11:00 am
by shaosean
the number of lines in the keys of array