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

allocate enough space for typed string variables #259

Closed
Tracked by #266
x87 opened this issue Sep 11, 2023 · 0 comments
Closed
Tracked by #266

allocate enough space for typed string variables #259

x87 opened this issue Sep 11, 2023 · 0 comments
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Sep 11, 2023

{$CLEO}
int lvar[30]
LongString MyLongString
String MyString
MyLongString = "Howdy"  // 30@ = "Howdy"
MyString = 'Hi'         // 31@ = 'Hi'
terminate_this_custom_script
@x87 x87 added type:bug Something isn't working priority:p2 Medium priority scope:compiler labels Sep 11, 2023
@x87 x87 added this to the v3.9.1 milestone Sep 11, 2023
@x87 x87 mentioned this issue Sep 17, 2023
7 tasks
@x87 x87 changed the title allocated enough space for typed string variables allocate enough space for typed string variables Sep 17, 2023
@x87 x87 closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant