Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
returnInField
returnInField
command places a return character at the position of the insertion point in a field. autoTab
property of the field is true
and the insertion point is on the last line of the field and the field is any type except scrolling, the returnInField
command does not insert a return character but instead sends the tabKey
command to the field. returnInField
command to a field when the user presses Return and the insertion point is in the field. returnInField
message as follows: on returnInField
statements
end returnInField
put "Hello world" -- built-in command
get total(field 1) -- function call
global HelpInfo -- keyword
Commands
Version 0.7b1 (March 24, 2022)