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
I have started to abuse the software by writing little javascript scripts.
As some scripts need to use comma and the saved file seems to be straight up simple comma seperated and new lines, things go bad
what happens is all scripts that use a comma are broken (truncated after the first comma). having to copy paste it from another file manually into the field.
to navigate the issue, i can offer to anyone ever coming back to this a workaround
creating a string can be done differently: id = "10-11-12-13-14-15-16-17".split("-");
or laboriously:
I have started to abuse the software by writing little javascript scripts.
As some scripts need to use comma and the saved file seems to be straight up simple comma seperated and new lines, things go bad
what happens is all scripts that use a comma are broken (truncated after the first comma). having to copy paste it from another file manually into the field.
special characters need to be escaped in routes file.
![{0F382133-C5AD-4F00-B746-EABD9970AEB6}](https://private-user-images.githubusercontent.com/120863/399034749-2285f0c2-ed74-4fa4-ada2-0090f96417ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjYzMTQsIm5iZiI6MTczODk2NjAxNCwicGF0aCI6Ii8xMjA4NjMvMzk5MDM0NzQ5LTIyODVmMGMyLWVkNzQtNGZhNC1hZGEyLTAwOTBmOTY0MTdiYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMjA2NTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zZDQ5ZDdkZDUwOTczN2YzNmQ0MGMzMWU3ODU3YjBhY2UyZDNiNDBmMWUzMTFlYWUxOWZjOGMzM2UzZWU1ZjBkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.p5963sw1P5JQSDhvl8zZqciDkKtrdMal1zm2WOrYDrY)
xtouchmini_routes.osc.txt
The text was updated successfully, but these errors were encountered: