Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
type text
type text with commandKey
type
command
acts exactly as if the user had typed text
from the keyboard. blindTyping
is set to true
). select
or click at
command). type text with commandKey
. For example, if you have a graphic on the Clipboard, you can paste it with the command type "V" with commandKey
type "Hello there world" -- in the Message box
select before text of card field 1
type "Hello there world"
type "P" with commandKey -- print card
type "V" with commandKey,shiftKey -- paste a field and its text
on typeIntoMe
show bkgnd field "demo field"
set the lockText of bkgnd field "demo field" to false
select text of bkgnd field "demo field"
type line 6 of bkgnd field "Help Text A"
type return & return & "Click the mouse to continue..."
select empty
wait until the mouseClick
hide bkgnd field "demo field"
set the lockText of bkgnd field "demo field" to true
end typeIntoMe
"Hello"
"The sum is:" && 3
card field 1
line 1 of bg fld "Address"
the Message box
the selection
myVar -- a variable
See also: background, bkgnd, button, card, field,
menu
, menuItem, and stack
Commands
Version 0.7b1 (March 24, 2022)