The first parameter in the Alloc command is not a global variable. This command only works with global variables.
Alloc
Possible solutions: provide a global variable:
Alloc(10@, 10) // error Alloc($var, 10) // OK
Last updated 5 years ago