Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Functions

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

windows

the windows
Value returned: a return-separated list of the names of all the windows (including built-in palettes) in front-to-back order

If the longWindowTitles is true, the windows returns full path names for windows that contain stacks.


Demo Script

on whatWindows
   answer "The windows are:" & return & return & the windows
 end whatWindows

Related Topics

« value | HyperTalk Reference


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Functions

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

windows

the windows
Value returned: a return-separated list of the names of all the windows (including built-in palettes) in front-to-back order

If the longWindowTitles is true, the windows returns full path names for windows that contain stacks.


Demo Script

on whatWindows
   answer "The windows are:" & return & return & the windows
 end whatWindows

Related Topics

« value | HyperTalk Reference

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View