HCImportStat

Reports information about stacks that are being import from HyperCard.

# Metadata

Platforms: desktop, server, mobile OS: mac, ios, android Introduced: 1.0 Security:

# Syntax

get the HCImportStat

# Examples

put the HCImportStat into field "Progress"

# Description

Use the HCImportStat property to check the status of a HyperCard stack that's being import.

To import a HyperCard stack, use the go command to open the stack. LiveCode automatically converts it to a LiveCode stack.

If no stack has been imported during the current session, the HCImportStat property reports empty.

You can set this property back to empty after a stack has been successfully imported.

# Tags

# See

- **property:** HCStack - **command:** go - **function:** stacks - **glossary:** property, import, command, HyperCard, expression - **object:** stack