**fScan Reference Manual, Chapter 2 (CmdLineOptions): table_set** ===== Table set -- Set cells in a table to a value ===== **usage: -table set TABLENAME VALUE COLUMN [ROW] [NROWS]**\\ The TABLE SET command lets you set selected cells in a table to a specified value. The table must already exist. TABLENAME - the table you want to modify. VALUE - the data value you want to store. This will be interpreted as text or number depending on the type of the column you are modifying. COLUMN - the name or column number (1-ncols) of the column you want to modify. ROW - the row number (1-brows) in the column to put the data VALUE. If ROW is omitted, the entire column will be set to VALUE. If ROW is specified but NROWS is omitted, only 1 row will be modified. NROWS - if specified, NROWS will be modified starting at ROW. **See Also:**\\ [[jvs:fscan:manual:chapter2:table|Table]], [[jvs:fscan:manual:chapter2:browse|Browse]] [[jvs:fscan|fScan Home]], [[jvs:fscan:manual|fScan Manual]], [[jvs:fscan:manual:chapter2|CmdLineOptions]], [[jvs:fscan:manual:help|Manual Help]]