onLoadIntoSlot()
Description
This callback function is called when the program is loaded into the Slot Rack. Any global statements are executed in advance. onInit is called after onLoadIntoSlot.
Available in: Controller.
Example
-- print a message when loading the program into the slot rack function onLoadIntoSlot() print('"Hello" from the Slot Rack.') end
See Also: onRemoveFromSlot, onInit
1 Comment
Sabine Pfeifer
proofread done