
Contents |
Lists current project explorer folders and workbooks
X-Function not designed for Auto GetN Dialog.
1. pe_dir;
2. pe_dir page:=W;
3. pe_dir name:=B*
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Page Name | name |
Input string | |
name of the desired page; "*" will match all the pages |
| Page Type | page |
Input string | |
W = Workbook, G = Graph |
| Output Name | oname |
Output string | |
names of the pages found |
This X-Function is used to display pages/subfolders inside the current folder.
To give a list of all subfolders as well as pages, use
pe_dir
To give a list of all pages, use
pe_dir name:=*
To give a list of all graph pages, use
pe_dir page:=g
To give a list of all worksheet pages, use
pe_dir page:=w
To output all page names to a string variable, use
pe_dir oname:=stringName