PLLIST

Synopsis
PLLIST plistname
PLLIST plistnamelist
Description

Outputs a contents list consisting of two empty lists followed by a list of the name or names given as input. The third sublist of a contents list is taken to mean the names of property lists. This is useful in conjunction with workspace control procedures that require a contents list as input.

Example
SHOW PLLIST [foo bar]
[[] [] [foo bar]]
SHOW PLLIST "abc
[[] [] [abc]]

SourceForge.net Logo