=========== GIVEN =========== 1) 2-tables created one after the other: "A", "B". 2) A reference available to each table. 3) An empty string separates each-table.
<code> $range_o:=WP Create range(wpArea_o;wk end text;wk end text) WP SET TEXT($range_o;"";wk append;wk include in range) $tableA_o:=WP Insert table($range_o;wk append;wk include in range;3;1) $range_o:=WP Create range(wpArea_o;wk end text;wk end text) WP SET TEXT($range_o;"";wk append;wk include in range) $tableB_o:=WP Insert table($range_o;wk append;wk include in range;3;1) <code> =========== QUESTION =========== How can I insert a table between the existing 2-tables "A" and "B"? ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

