adding txt to txt string in HTML?

Charlie N

New member
hi guys just a simple question,

to add txt to a certain variable its done with
$this->txtAdding->Text = 'ADDING TXT';

if i wanted to keep the txt, 'ADDINT TXT, and extend it to say ADDING TXT AGAIN
how do i put the 'again' in the string?

i tried 'ADDING TXT' + 'AGAIN'
but it assumes its a numeric string n gives me '0'

i know its a real simple symbol but i cant find it anywhere

im using QCubed, but it should work with all html code generators

thanks
 
Back
Top