Literal string error message
Posted: Sun Jun 28, 2020 1:55 am
(Not a bug in the true sense, but also not a doc issue because the IDE shows the message).
In reference to the error message about long strings in the IDE ("A literal string can't be bigger than 8192 characters"), I suggest this be changed to something more specific and less confusing such as "Hard-coded strings in the IDE cannot be larger than 8192 characters".
Reason for this report is because it can lead some people to mistakenly think strings cannot be over 8 KB in their apps (see thread starting here -> viewtopic.php?p=556467#p556467), which is not true because in reality they're unlimited. This quick and easy change would remove the ambiguity. Thanks.
In reference to the error message about long strings in the IDE ("A literal string can't be bigger than 8192 characters"), I suggest this be changed to something more specific and less confusing such as "Hard-coded strings in the IDE cannot be larger than 8192 characters".
Reason for this report is because it can lead some people to mistakenly think strings cannot be over 8 KB in their apps (see thread starting here -> viewtopic.php?p=556467#p556467), which is not true because in reality they're unlimited. This quick and easy change would remove the ambiguity. Thanks.