getFieldAt
Example:
function checkForSystemWarning()
field = getField(4, 6)
if field.COLOR != GREEN
then msg = createMessage("System " & field.TEXT & " is in a warning state")
msg.COLOR = YELLOW
sendMessageToAllViewers(msg)
endif
return 0
field = getField(4, 6)
if field.COLOR != GREEN
then msg = createMessage("System " & field.TEXT & " is in a warning state")
msg.COLOR = YELLOW
sendMessageToAllViewers(msg)
endif
return 0
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*