Logtoall, Logtodisk, Logtoeventwindow – Det-Tronics Mac - w/Supercard User Manual
Page 73: Xcmd's & xfcn's l

XCMD's & XFCN's
L
OG
T
O
A
LL
L
OG
T
O
D
ISK
L
OG
T
O
E
VENT
W
INDOW
4.9
This command “Logs” any event in a text format. This command will log the data
passed to the printer, today’s disk file and the event window. The data will be time
stamped when it is logged.
LogToAll theThingToLog
Example:
on mouseUp
LogToAll “The operator activated the button”
end mouseUp
on mouseUp
LogToAll someContainerThatHoldsAValue
end mouseUp
This command “Logs” any event in a text format. This command will log the data
passed to today’s disk file. The data will be time stamped when it is logged.
LogToDisk theThingToLog
Example:
on mouseUp
LogToDisk “The operator activated the button”
end mouseUp
on mouseUp
LogToDisk someContainerThatHoldsAValue
end mouseUp
This command “Logs” any event in a text format. This command will log the data
passed to the event window. The data will be time stamped when it is logged.
LogToEventWindow theThingToLog
Example:
on mouseUp
LogToEventWindow “Sent to the event window”
end mouseUp
on mouseUp
LogToEventWindow somethingThatHoldsAValue
end mouseUp
95-8434