I don't understand this. I'm trying to add one array to another. <@NUMCOLS>
on both arrays indicates they have the same # of columns. Could it be some
of the columns don't have a value?

Any ideas?

Steve Fogelson
Internet Commerce Solutions


TAF Code follows:

# of resultSet Columns: <@NUMCOLS ARRAY="<@VAR NAME='resultSet'
SCOPE='Local'>"><BR>
# of Columns: <@NUMCOLS ARRAY="<@VAR NAME='Level2Categories'
SCOPE='Local'>"><BR> 
                <@ADDROWS ARRAY="<@VAR NAME='Level2Categories'
SCOPE='Local'>" VALUE="<@VAR NAME='resultSet' SCOPE='Local'>" POSITION="-1">


Results when <@ADDROWS> is commented out:

63      62      Ammunition

# of resultSet Columns: 10
# of Columns: 10

Results when <@ADDROWS> is not commented out:

Error
An error occurred while processing your request: 
File: catalog.tcf
Position: SearchLevel2Categories
Class: Internal
Main Error Number: -615
Parameter arrays must have the same number of columns.
@ADDROWS




________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to