Alloc function does not work as expected #223
Labels
priority:p3
Low priority
scope:compiler
type:bug
Something isn't working
workaround-available
Users can fix for themselves
Milestone
Alloc(s$txtGlobalDealerZoneName, 9451) // s$9451 {??? Type 0xA Var 0x0010 $4} - does not support
s$
andv$
variablesAlloc($txtGlobalDealerZoneName, 9451) // s$9451 {Error: Global variable -9451 is out of range.) - Ranges check throws an error on an allocated variable (since 3.3.0). Workaround is to disable "Ranges check" in the options.
The text was updated successfully, but these errors were encountered: