set
-
command
-
Assigns a value to a variable or other container.
-
Examples: +
set total to zero
set the numberFormat to "binary"
set item 3 of temperatures to 87.3
-
Related: put, insert
command
Assigns a value to a variable or other container.
Examples: +
set total to zero
set the numberFormat to "binary"
set item 3 of temperatures to 87.3
Related: put, insert