You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a compilation error when trying to declare a local two-dimensional array within a function in a script. The script fails to compile and produces a syntax error.
Example Code::
function test_funct
declare test_array[2, 2]
end function
Expected Behavior:
The script should compile without any errors.
Actual Behavior:
The script fails to compile.
Screenshot:
The text was updated successfully, but these errors were encountered:
raptor-666
changed the title
Compilation Error When Declaring a Local 2D Array in a Function
Compilation error when declaring a local 2D array in a function
May 18, 2024
I encountered a compilation error when trying to declare a local two-dimensional array within a function in a script. The script fails to compile and produces a syntax error.
Example Code::
Expected Behavior:
The script should compile without any errors.
Actual Behavior:
The script fails to compile.
Screenshot:
The text was updated successfully, but these errors were encountered: