08-30-2013 07:21 AM
Hi,
Using TS API, is there a chance to check is a variable definied?
For example, I'm not quite sure have I definied numeric variable called Loss (Locals.Loss) and I'd like to check does it exist or not.
Is there an API command to do it?
Solved! Go to Solution.
08-30-2013 08:32 AM - edited 08-30-2013 08:33 AM
PropertyExists("propertyName")
Returns True when the property exists.