derez Expert Licensed User Longtime User Nov 1, 2007 #1 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")
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")
Erel B4X founder Staff member Licensed User Longtime User Nov 1, 2007 #2 Thanks. It will be corrected in the next version.