getFieldAt
getFieldAt
getFieldAt (row, column)
Returns a map containing the start row, start column, color, text, and protected status of the field. See getFields for a complete description of the return value.
Parameters:
row - The row on the screen
column - The column on the screen
Returns:
A map containing the row, column, text, and the color of the field.
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
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*