Description: Get Transition Document Text. This function returns information about the documentation of an action.
Warning: For use by advanced programmers only. Effective use of this function requires a thorough understanding of VTS programming.
Returns: Text
Usage: Script
Format: GetTransitText(Action, Mode)
Parameters: Action { Code value } { required } { no default }
Any expression for the code value that defines the action.
Mode { numeric } { required } { no default }
Any numeric expression which defines the information desired:
|
Mode |
Information desired |
|
0 |
Script size in characters |
|
1 |
Character offset to script |
|
2 |
Trigger size in characters |
|
3 |
Character offset to trigger |
|
4 |
Destination size in characters |
|
5 |
Character offset to destination |
|
6 |
Size of script excluding [ ] , in characters |
|
7 |
Character offset to first script statement |
|
8 |
Total size of action, in characters |
Comments:
See Also:
AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetVariableText | SetModuleText | SetOneParmText | SetParmText | SetStateText | SetTransitText | SetVariableText | TextOffset | TextSize