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
split and array
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: split and array
the number of lines in the keys of array