split and array
Posted: Fri Nov 16, 2012 9:15 am
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
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