DarkNecromancer Posted September 23, 2004 Posted September 23, 2004 I dont understand this, I can't figure out how to find the length of an array i have so i was going to create a while statement to figure it out. But when i do the while statement i cant just say while $array , it wants something to add to the while statement. what do i add, i cant seem to find any value the while statement will return once the while is no longer valid or what not does anyone have any ideas?
Matt @ MPCS Posted September 23, 2004 Posted September 23, 2004 Look at the UBound function to figure out the size of an array. *** Matt @ MPCS
trids Posted September 23, 2004 Posted September 23, 2004 Also - if you created the array with StringSplit(), the length will be in the element with index=0 (see help on StringSplit)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now