string concat

colin9876

Active Member
Licensed User
Dim scorestr as string
Dim n as int

whats the simplest way to do

scorestr="Your score is ";n

Ive tried this but it didnt work ...
scorestr="Your score is " ++ numberformat(n,1,0)

?!
 
Top