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
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