Command Reference : Function Reference : Function Reference: P
  
 
@pagename
Name of active workfile page.
Syntax: @pagename
Return: string
Returns a string containing the name of the active page in the workfile.
Examples
string pgname = @pagename
saves the name of the active workfile page in the string variable PGNAME.
The commands
%name = @pagename
pagedelete {%name}
delete the current page.
Cross-references
See also @wfname and @wfpath.