Report Bugs Here

Moderator: Mmiscool

User avatar
By timathis
#35013 Thanks for reply. I had not considered that possiblility.
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