You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electrikmilk
changed the title
Unable to append to strings
Unable to append to string variables to other string variables
Oct 25, 2024
electrikmilk
changed the title
Unable to append to string variables to other string variables
Unable to append string variables to other string variables
Oct 25, 2024
* Remove unnecessary conditional
* Make token descriptions show up under variables in IDEs
* Require straight variable set and not any modification to set variable to another variable by name
---------
Co-authored-by: Brandon Jordan <[email protected]>
Describe the bug
Appending a string variable to another string does not appear to work.
To Reproduce
Produces:
Outputs: "test"
Should produce (at something like):
Outputs (properly): "testingtest"
The text was updated successfully, but these errors were encountered: