SetTransfer

(Engine-Level Function)

Description: Sets the destination for an action.
Warning: This statement should be used by advanced users only since irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script or steady state.
Function Groups: Compilation and On-Line Modifications, States
Related to:
Format: SetTransfer(Action, Destination)
Parameters:  
Action
Required. Any expression for the code value of the action.
Destination
Required. Any expression for the code value of the destination state.
Comments: none