Command Reference : Function Reference : Function Reference: P
  
 
@pagelist
All workfile page names.
Syntax: @pagelist
Return: string
Returns a string containing a space delimited list of names of all of the pages in the active workfile.
Examples
string allnames = @pagelist
saves the list of all of the pages in the workfile.
string temp = @pagelist
string pg = @word(@pagelist, 2)
pagedelete {pg}
deletes the second page in the workfile.
Cross-references
See also pageselect, and pagesave.