Replies: 1 comment 3 replies
-
Hi @woodenchair, If there is a limit on string length, it is much larger than the string you are using. Have you tried seeing if the error goes away if you use a shorter string here? I suspect that it's not the length of the string causing the problem. It could be that there is some formatting error in the string, but I don't see any. I'm guessing the problem lies somewhere else in the code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am trying to run the following code:
I am writing the code in VSCode, which highlights strings in red. However, for some reason, the red highlighting ceases once my string reaches a certain length:


My code is not working anyway, and I suspect that the failure has something to do with the highlighting problem.
Has anyone encountered this issue before? If so, how did you resolve it?
Beta Was this translation helpful? Give feedback.
All reactions