revert | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Restores a stack to its state when last saved, deleting all changes made since the last save. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: substacks, mainStack Object: stack Function: stacks Glossary: substack, stack file, current stack, command, undo, main stack | ||||||
Description | Use the revert command to back out of any changes made to a stack since the last save. If no targetStack is specified, the revert command acts on the current stack. The revert command also undoes changes made to other stacks stored in the same stack file. That is, if you revert a main stack, all substacks of that stack also revert to the last save, and if you revert a substack, its main stack and any other substacks also revert. | ||||||
Tags | file system |