Does Split return number of elements

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
shawn
Posts: 18
Joined: Sat Jan 02, 2010 4:11 am

Does Split return number of elements

Post by shawn » Mon Jul 11, 2011 3:28 pm

Hi,

Does Split return the number of elements in the array it created? If not what is the typical way to determine how long the array is?

Thanks,

Shawn

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Does Split return number of elements

Post by FourthWorld » Mon Jul 11, 2011 5:04 pm

get the keys of tMyArray
put the number of lines of it
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply