Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alloc function does not work as expected #223

Closed
Tracked by #231
x87 opened this issue May 6, 2023 · 0 comments
Closed
Tracked by #231

Alloc function does not work as expected #223

x87 opened this issue May 6, 2023 · 0 comments
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working workaround-available Users can fix for themselves
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented May 6, 2023

Alloc(s$txtGlobalDealerZoneName, 9451) // s$9451 {??? Type 0xA Var 0x0010 $4} - does not support s$ and v$ variables

Alloc($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.

@x87 x87 added type:bug Something isn't working priority:p3 Low priority workaround-available Users can fix for themselves scope:compiler labels May 6, 2023
@x87 x87 changed the title Alloc function does not as expected Alloc function does not work as expected May 6, 2023
@x87 x87 added this to the v3.9.0 milestone May 14, 2023
@x87 x87 mentioned this issue Jun 10, 2023
46 tasks
@x87 x87 closed this as completed Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working workaround-available Users can fix for themselves
Projects
None yet
Development

No branches or pull requests

1 participant