There is more to considerthan just the result of your simple "The proof:". :tongue:
That particular variable can only hold 936 chars, and even then it depends on how it was set.
//set -u10 %abc $str(1, 941)
Error.
//set %a $str(1, 943)
No error.
//echo -a $str(a,943)
Error.
//echo $str(a,945)
No error.
//window @@ | echo @@ $str(a,942)
No error
//window @@@ | echo @@@ $str(a,942)
Error.
//set %deoplist $str(a,937)
Error.