This correction was posted right after your reply Mike.
I just looked at the thread you listed.
Are the following examples part of that problem?
Trying to concatenate:
let "z"="a"&"b"
print "z"
results in the letter z being printed not ab?
also
let "a"="a"
let "b"="b"
print "z"
results in
z also
timathis