Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Commands

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

copy template

copy template templateName ¬ 
                to stack 
The copy template command makes a copy of printing report template templateName from the current stack and moves it into the stack stack.


Examples

copy template "Monthly Report" to stack "Business Plan"

copy template theTemplate to stack theStack

Placeholders

stack
An expression that identifies a stack by its name, using one of the following forms:

this stack
stack text -- name or path name


For example:

stack "Home"
stack "Simonides:School:References"
this stack
stack "HD:Stacks:Addresses alias
When used inside a stack script:
me
When a stack receives a message:[the] target

Related Topics

« convert | HyperTalk Reference | create »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Commands

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

copy template

copy template templateName ¬ 
                to stack 
The copy template command makes a copy of printing report template templateName from the current stack and moves it into the stack stack.


Examples

copy template "Monthly Report" to stack "Business Plan"

copy template theTemplate to stack theStack

Placeholders

stack
An expression that identifies a stack by its name, using one of the following forms:

this stack
stack text -- name or path name


For example:

stack "Home"
stack "Simonides:School:References"
this stack
stack "HD:Stacks:Addresses alias
When used inside a stack script:
me
When a stack receives a message:[the] target

Related Topics

« convert | HyperTalk Reference | create »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View