•
|
The member is a Boolean, true if the packet is to be removed false if the packet is to be reinstated into the system.
|
|||
|
|||
-- Define input data for packet
!packet[1] = 'String' !packet[2] = 20 !packet[3] = !!ce.position !packet.append(10) !packet.insert(1, !!ce) . . |
-- Initialisation Action (using first element of input)
!packet.initialisation = '!!form.eventInit(!this.input[1]) -- Action routine (using all input array and return pick data)
!packet.action = '!!form.eventAction(!this.input, !this.return) -- Close action (using first element of input)
!packet.close = '!!form.eventClose(!this.input[1]) |
-- Action routine
_!packet.action = '!!form.eventAction(!this.return) |
-- Action routine
_!packet.action = '!!form.eventAction(!this.return[1]) |