DeleteVariable Text Command

Deletes a user variable.

deletevariable <STYLEVAR name>

STYLEVAR/s The document/chapter/variable name.

Default=current.

Examples:
ARexx:

deletevariable stylevar MyBook.doc~author

 

DeleteVariable  Command Definition  url:PGScmd/deletevariable
  created:2006-03-30 13:47:45   last updated:2006-08-18 11:30:20
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DeleteVariable
Dan Kilroy wrote...2006-05-04 16:51:21

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

DeleteVariable ([STYLEVAR document:...-varname])


Parameters:


Results:


Notes:


See Also:
DeleteVariable, GetVariables, GetVariableValue, InsertName, NewVariable, SetVariableName, SetVariableValue


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DeleteVariable