HCStack

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the HCStack of <stack>
Associationsstack
Summary

Reports whether a stack was originally imported from HyperCard.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the HCAddressing of this stack to the HCStack of this stack
Values
NameTypeDescription
Value

The HCStack of a stack is true or false. This property is read-only and cannot be set.

RelatedProperty: HCImportStat, properties
Glossary: property, script, import, HyperCard
Object: stack
Description

Use the HCStack property to find out whether you need to adjust properties for compatibility with scripts imported from HyperCard.

If the specified stack was originally a HyperCard stack that was imported into LiveCode, its HCStack property is true.

If the specified stack was never a HyperCard stack, its HCStack property is false.