2.14.2.23 pe_rename

Brief Information

Rename Project Explorer folder or window

Command Line Usage

pe_rename old:="Book1" newname:=Book2;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

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

Description

This X-Function is used to rename Page or subfolder

Examples

To renames a page named myPage to myPage1, use

pe_rename myPage myPage1

Related X-Functions