Go to: Synopsis. Return value. MEL examples.

Synopsis

loadNewShelf (string $file)

This procedure opens a shelf file and loads the shelf into the current session. The shelf will be saved in the users shelf directory.

NOTE: The file must be along the script path to be found.

Return value

None

Arguments

Variable Name Variable Type Description
$filestringThe name of the shelf file. If null then the user is prompted for a name.

MEL examples

	loadNewShelf "";