HCImportStat

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the HCImportStat
Summary

Reports information about stacks that are being imported from HyperCard.

Introduced1.0
OSmac, ios, android
Platformsdesktop, server, mobile
Example
put the HCImportStat into field "Progress"
Values
NameTypeDescription
Value

The HCImportStat property reports an expression of the form "Loading stack stackName" while a HyperCard stack is being imported.

RelatedProperty: HCStack
Command: go
Function: stacks
Glossary: property, import, command, HyperCard, expression
Object: stack
Description

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

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.