Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
setField
setField
setField (row, column, text)
Sets the field at row,column to the given text. This is functionally the same as setting the cursor to the beginning of the field and typing text into the field.
If the field is not long enough, the text is truncated. setField does not send the updated screen to the host. Use the "sendKeys" function with "@E" to send the screen.
Parameters:
row
The zero-based row number
col
The zero-based column number
text
The text to enter into the field
Returns:
True if the field was set, false if the field at row, col is protected.