In this short explanation we will try to explain sone of the undocumented features in the code editor so lets get started.
In Earlier versions of TAS Version 4 and 5 you could truncate a line by using the '|' character In tas 6 and 7 we had to change this to a '||'
Example of using '||'
field1 = field2
field3 = field4
or
field1 = field2 || field3 = field4
will do the same thing.
Example
set_object 'button1' property 'caption' value 'My Button Caption'
or
@
Page url: http://www.cassoftware.com/tas/manual/tas_professional_code_tips.htm