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
For example:
%Test1 = "Hello";
%Test2 = "Test test" & %Test1 & "Test test";
Something along the lines of that?
Thanks,
Henry
About the author
#2
09/04/2007 (4:47 pm)
As well as SPC, TAB, and NL :) (all three of which are operators on strings).
Torque 3D Owner Henry Garle