split and array

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
theoGA61d2
Posts: 7
Joined: Wed Dec 21, 2011 10:42 am

split and array

Post by theoGA61d2 » 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

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: split and array

Post by shaosean » Fri Nov 16, 2012 11:00 am

the number of lines in the keys of array

Post Reply