The add Custom column sounds like the best. Thanks. In a nutshell.
What I came up with was to create an empty StuffArray => <@ARRAY Rows="<@NUMROWS Array=ResultSet>" Cols="3"> then assign the <@VAR ResultSet[*,1]> => StuffArray ... (And Col 2) And then StuffArray[0,3]='Flag' Your method saves me a step! Thanks, Jose on 7/31/02 4:43 PM, Steve Smith at [EMAIL PROTECTED] wrote: > It's a trick. You need to use the <@TRANSPOSE> tag, to switch the array > around, use the <@ADDROWS> to add your 'column', then use the <@TRANSPOSE> > tag to flip everything back around again. > > The easier way to do this is to add a custom column to your search. In the > Select Columns window, right-click and select 'Add Custom Column'. Enter > something into the window (like a zero if the value will be numeric). Blank > spaces don't work so if you want to have default text you need to pick a > character to use. > > Hope this helps, > > Steve Smith > > Skadt Information Solutions > Office: (519) 624-4388 > GTA: (416) 606-3885 > Fax: (519) 624-3353 > Cell: (416) 606-3885 > Email: [EMAIL PROTECTED] > Web: http://www.skadt.com > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jose Kuhn > Sent: July 31, 2002 3:28 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: Dumb Question > > > All I want to do is to take a result set assign it to an array and then Add > a column to the Array with the name flag. Is the only way to do this by > creating an empty array with row 0 assigned flag and then perform a union. > > I looked and looked for an add columns tag but there ain't one. > > There got to be a more elegant solution!! > > Thanks!!! > > Jose > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body -- Webologies 150 Robinette Drive Waynesville, NC 28786 828.627.1994 http://www.webologies.com ---------------------------------------------------------------------------- "You can't make an omelet without breaking eggs" Boris Badenov ---------------------------------------------------------------------------- ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
