mminnder
12 years agoOccasional Contributor
TString - proper implementation and use
Hey guys,
First time posting, but I have been trying to understand what a TString is and how it works, but the support pages are a little bare. Support refers to the TString as a helper object, so I looked in the "Helper" component list for my form, no TString. I tried to create a variable of type TString in my script, and it doesn't seem to think it exists.
Tried : var object = TString; //Error: TString is null or not an object
Tried several other things too, but I won't bore you with them.
I feel like I'm misunderstanding how to use it.
First time posting, but I have been trying to understand what a TString is and how it works, but the support pages are a little bare. Support refers to the TString as a helper object, so I looked in the "Helper" component list for my form, no TString. I tried to create a variable of type TString in my script, and it doesn't seem to think it exists.
Tried : var object = TString; //Error: TString is null or not an object
Tried several other things too, but I won't bore you with them.
I feel like I'm misunderstanding how to use it.