0046: Invalid array syntax
String variable notation (@s
, s$
) can't be used anywhere in the array syntax.
Possible solutions: use a global or local variable ($
, @
):
Last updated
String variable notation (@s
, s$
) can't be used anywhere in the array syntax.
Possible solutions: use a global or local variable ($
, @
):
Last updated