SET_EVENTS

#list of event names which will be set at the time specified
#by the start_type.  Options are AT_START, AFTER_STABILITY, AT_END
#
# a maximum of 4 events may be specified per mode
#
# The event name may be derived from a string variable or from a 
# computed string.  If the event_name is not quoted, then it is 
# assumed to be the name of an event.  If it is quoted, then the
# event name will be derived from the expression.


@SET_EVENTS 
   # start_type    event_name
   AT_START        get_it_going
   AT_START        "my_string_var"
   
                     ^--my_string_var contains the name of the event

   AT_END          "'fr' + num"
   
                     ^--fr0  if num is zero