====== O4WTableAddCol Function ====== ==== Description ==== This routine will add a column to a table. ==== Syntax ==== O4WTableAddCol(tableName, colNumber, uniqueID) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |tableName|The name of the table.| |colNumber|The colNumber is the column number you wish to insert.| |uniqueId|Any named controls, sections, etc. will be renamed using the value provided in 'uniqueID'; the new IDs will be formed from the ID of the copied control, with "_o4wid_":uniqueID concatenated to the end.|| ==== See Also ==== [[o4wtablestart|O4WTableStart]], [[o4wtableend|O4WTableEnd]], [[o4wtableheader|O4WTableHeader]], [[o4wsetcell|O4WSetCell]], [[o4wtablemodify|O4WTableModify]], [[o4wtableaddrow|O4WTableAddRow]], [[o4wtabledelrow|O4WTableDelRow]], [[o4wtabledelcol|O4WTableDelCol]]