Copying tables using the SET routine operation: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
(Importing text file)
 
m (1 revision(s))
(No difference)

Revision as of 15:34, 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