SET.RENAME Function
Syntax
V Rename(C setname)
Arguments
- setname
The new name for the set.
Description
The .RENAME() method changes the name of a set.
Example
dim st as P
st = set.open("Invoice")
st.rename("Invoice2")See Also
Syntax
Arguments
The new name for the set.
Description
The .RENAME() method changes the name of a set.
Example
dim st as P
st = set.open("Invoice")
st.rename("Invoice2")See Also