Code:
for i = lbound(arr()) to ubound(arr()) .... next
for i = lbound(arr()) to ubound(arr()) .... next
#COMPILE EXE #DIM ALL FUNCTION PBMAIN () AS LONG LOCAL I AS LONG LOCAL Temp$() REDIM Temp$(2) '-----2 NOT 3 -------- Temp$(1)="HELLO" Temp$(2)="PowerBasic" Temp$(3)="Hero" '---Expect Subscript out of range IF ERR THEN ? "Err="+STR$(ERRCLEAR) FOR I=1 TO 3 ? "Temp$("+STR$(i)+")="+Temp$(I) '--- Expect Error 9 on 3rd iteration NEXT IF ERR THEN ? "Err="+STR$(ERRCLEAR) 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: