1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Fixes string arrays not being added to variable list.

This commit is contained in:
FellippeHeitor 2021-08-06 23:42:14 -03:00
parent 08954e0039
commit 8e69b49304

View file

@ -14643,6 +14643,7 @@ FUNCTION dim2 (varname$, typ2$, method, elements$)
END IF
regid
IF Error_Happened THEN EXIT FUNCTION
vWatchVariable n$, 0
GOTO dim2exitfunc
END IF
@ -14744,6 +14745,7 @@ FUNCTION dim2 (varname$, typ2$, method, elements$)
END IF
regid
IF Error_Happened THEN EXIT FUNCTION
vWatchVariable n$, 0
GOTO dim2exitfunc
END IF
@ -14852,6 +14854,7 @@ FUNCTION dim2 (varname$, typ2$, method, elements$)
END IF
regid
IF Error_Happened THEN EXIT FUNCTION
vWatchVariable n$, 0
GOTO dim2exitfunc
END IF
'standard bit-length variable