Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Determining array size/length in CRBasic


benjaminc Aug 20, 2009 04:32 PM

Hello,

I've been searching for a function that will determine the length of an array in CRBasic (e.g. the .Length property in Visual Basic). So far, no luck. Is there such a function?

Thanks,
Benj


Dana Aug 20, 2009 05:10 PM

Hi Benjamin,

You can get the length of a string (LEN) but there is no function for the length of an array (unless it is undocumented).

Regards,

Dana

Log in or register to post/reply in the forum.