mk_string_tran
Purpose:
-
Create a transition event for a string variable.
Enter:
-
mk_string_tran <label> <event>
Where:
-
label
Specify the label of an existing string variable.
event
Specify an event name to associate with a change of value for the string
Example:
-
mk_string_tran model model_changed
Notes:
-
After entering this command, any change of value of the string variable “model” will result in the “model_changed” event being set.