minStackFileVersion | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Get the minimum stack file version for a stack that will allow it to be safely saved without data loss. | ||||||
Introduced | 8.1 | ||||||
OS | mac, windows, linux, ios, android, web | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: 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. | ||||||
Tags | windowing |