Description: This statement sets the information about the documentation of an action in the .SRC file.
Warning: This statement should be used by advanced users only since irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script
Format: SetTransitText(Action, Mode, Value)
Parameters: Action { Code Value } { required } { no default: }
Any expression for the code value of the action. This corresponds to value type 13.
Mode { numeric } { required } { no default: }
Any numeric expression for the parameter to set in the action:
|
Mode |
Parameter |
|
0 |
Script size in characters |
|
1 |
Character offset of first script statement |
|
2 |
Trigger size in characters |
|
3 |
Character offset to trigger |
|
4 |
Destination size in characters |
|
5 |
Character offset to destination |
Value { numeric } { required } { no default: }
Any numeric expression giving the new value for the parameter.
Comments: This statement may only appear in a script.
See Also:
AdjustCode | GetModuleText | GetOneParmText | GetParmText | GetStateText | GetTransitText | GetVariableText | SetModuleText | SetOneParmText | SetParmText | SetStateText | SetVariableText | TextOffset | TextSize