We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Under certain conditions, the assign statement is not adjusted correctly.
The best example is as follows:
Here, the second line is adjusted correctly, and the first isn't.
Removing the colon (:) from the first assign statement then solves the issue.
The text was updated successfully, but these errors were encountered: