Copying tables using the SET routine operation: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (1 revision(s))
No edit summary
 
Line 12: Line 12:
[[Category:Routine]]
[[Category:Routine]]
[[Category:Table]]
[[Category:Table]]
[[Category:Release Note]]
<font size="2">idkbase note 138</font>
<font size="2">idkbase note 138</font>

Latest revision as of 16:46, 10 January 2008

The "Set" operation on tables handles differently sized tables as follows


1. IF the column count is the same but rows differ, then rows are
added/removed automatically to the target table to make them the
same size before the copy


2. If the column count is different as well, then columns will be
copied from the original table *as long* as the target table has
no columns to start with


(column labels will not map properly if the table columns are rearranged)


idkbase note 138