Remove Column

derez

Expert
Licensed User
Longtime User
In the help for Tables, RemoveCol :

Removes a column from a Table.
Syntax: Remove (Column Name)
Example:
Table1.Remove ("Col1")

should be :

Table1.RemoveCol ("Col1")
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…