create
object
create
a
new
objectType
Object yields the descriptor of the object to be created. ObjectType is the name of an object type.
create folder "My Files"
create file "MyTemp"
The create
command creates an object that did not previously exist. The object is created to match the given descriptor if possible. The newly-created object is placed in the local variable it
.
HyperTalk only supports the creation of two kinds of objects, menu
s and stack
s. HyperTalk does not support the new
or a new
forms, and does not put the newly-created object into it
.