MAX_STRING_LENGTH
Default value : 1,024
Allowed range : 32 to 32,768
The purpose of this directive is to avoid running out of resources on the stack by assigning overly long strings to string variables.
The default value of 1,024 characters should be more than sufficient for most cases where a token is replaced by text of length of less than 100 characters.
If you exceed this value at run-time, Q++ will issue an error message and abort the script.