Looks like I will have to stick with FOR\NEXT because the array isn't fixed length.

Regards,
------------------
Kev G Peel
KGP Software
Bridgwater, UK.
mailto:[email protected][email protected]</A>
' PBCC code, to show technique FUNCTION PBMAIN DIM a(1:10) AS STRING * 10, b(1:10) AS STRING * 10 FOR x& = 1 TO 10 a(x&) = FORMAT$(x&, "##########") NEXT x& [b]POKE$ VARPTR(b(1)), PEEK$(VARPTR(a(1)), UBOUND(a(1)) * (SIZEOF(a(1)) + 1))[/b] FOR x& = 1 TO 10 PRINT x&, $DQ b(x&) $DQ NEXT x& WAITKEY$ END FUNCTION
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: