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

"assign as" functionality breaks under certain conditions #177

Open
ahobeost opened this issue Jan 10, 2024 · 0 comments
Open

"assign as" functionality breaks under certain conditions #177

ahobeost opened this issue Jan 10, 2024 · 0 comments

Comments

@ahobeost
Copy link
Contributor

Under certain conditions, the assign statement is not adjusted correctly.

The best example is as follows:

constants 2
:unit1 = 50
:unit2 = 51

ASSIGN ..\:name1.prt :unit1
ASSIGN ..\:name2.prt :unit2

Here, the second line is adjusted correctly, and the first isn't.
Removing the colon (:) from the first assign statement then solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant