ClearValue deletes a variable saved via app.Save*().

app.ClearValue( name, file )

The file parameter is optional. If given, the specified file will be used, otherwise it will be located in the apps private Folder.

See Also: SaveText, SaveNumber, SaveBoolean

Example - Save, Load and Clear Data click to expand contents