Game Development Community

Variables

by Henry Garle · in Torque Game Engine · 09/04/2007 (4:10 pm) · 2 replies

Is there any way to conjoin variables?

For example:

%Test1 = "Hello";

%Test2 = "Test test" & %Test1 & "Test test";

Something along the lines of that?

Thanks,
Henry

#1
09/04/2007 (4:12 pm)
Im an idiot its @. Sorry.
#2
09/04/2007 (4:47 pm)
As well as SPC, TAB, and NL :) (all three of which are operators on strings).