Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | table |
oldname | in | name of column to be renamed | |
Allowed: | String | ||
newname | in | new name of column | |
Allowed: | String |
t:=table("mytable", readonly=F) t.renamecol ('colold', 'colnew') # TColumn colold is renamed to colnew.