minStackFileVersion

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

Get the minimum stack file version for a stack that will allow it to be safely saved without data loss.

Introduced8.1
OSmac, windows, linux, ios, android, web
Platformsdesktop, server, mobile
Example
save this stack with format (the minStackFileVersion of this stack)
Values
NameTypeDescription
Value

The minStackFileVersion property of a stack is a LiveCode version string. The minStackFileVersion property is read only and determined by the content of the stack file.

RelatedCommand: save
Glossary: property, stack version
Description

Use the minStackFileVersion property to ensure that no data loss occurs when saving a stack file. Older stack file versions may not support saving some newer features. For example, stacks with widgets must be saved with at least a stack file version of 8.0. The minimum stack version reported by the property is 7.0.

Tagswindowing