Running the following code in LB produces different results.
Code:MYSTRING$ = CHR$(34);"SOME TEXT";CHR$(34);";";CHR$(34);" SOME MORE TXT";CHR$(34)
NOTICE MYSTRING$
NOTICE EVAL$(MYSTRING$)
I would expect the strings to concatenated with each other in the eval$() function.