Rename Project Explorer folder or window
pe_rename old:="Book1" newname:=Book2;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
old |
Input string |
|
name of the existing page or subfolder under current folder | |
newname |
Input/Output string |
|
New name of the page or subfolder |
This X-Function is used to rename Page or subfolder
To renames a page named myPage to myPage1, use
pe_rename myPage myPage1