Witango-Talk: Array value

2010-12-07 Thread John Hotaling
Hello: We're "reading in" a simple key/value list from a table via a stored procedure and assigning to an array in Witango. We then assigned the "0" column to the key name in column 1 for easy value lookup - something like <@FOR START="1" STOP="<@NUMROWS ARRAY='request$MyArray'>" STEP="1"> <@ASSI

RE: Witango-Talk: Array value

2010-12-07 Thread Robert Shubert
to see if an array column contains a value can be done with <@IF expr=”<@VAR myArray[*,1]> contains ‘keyValue’”><@! It does> From: John Hotaling [mailto:jhotal...@auctionanything.com] Sent: Tuesday, December 07, 2010 10:20 AM To: Witango-Talk@witango.com Subject: Witango-Talk:

Re: Witango-Talk: Array value

2010-12-07 Thread John Hotaling
garding arrays in 2011 to hopefully make them much more useful. > > > > Robert > > > > PS. Checking to see if an array column contains a value can be done with > <@IF expr=”<@VAR myArray[*,1]> contains ‘keyValue’”><@! It does> > > > > *From:* Jo

Re: Witango-Talk: Array value

2010-12-08 Thread Robert Garcia
done with <@IF > expr=”<@VAR myArray[*,1]> contains ‘keyValue’”><@! It does> > > From: John Hotaling [mailto:jhotal...@auctionanything.com] > Sent: Tuesday, December 07, 2010 10:20 AM > To: Witango-Talk@witango.com > Subject: Witango-Talk: Array value > > Hello:

RE: Witango-Talk: Array value

2010-12-08 Thread Robert Shubert
As I said, it’s not documented, and therefore not an “official” function of the server. Robert From: Robert Garcia [mailto:wita...@bighead.net] Sent: Wednesday, December 08, 2010 11:08 AM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: Array value Unsupported? That is a technique

Re: Witango-Talk: Array value

2010-12-08 Thread Robert Garcia
t; Sent: Wednesday, December 08, 2010 11:08 AM > To: Witango-Talk@witango.com > Subject: Re: Witango-Talk: Array value > > Unsupported? That is a technique I think many of us have used for many moons. > Why would it not be supported? > > -- > > Robert Garcia > Presid

RE: Witango-Talk: Array value

2010-12-08 Thread Robert Shubert
: Re: Witango-Talk: Array value Understand, but you said "unsupported" and "not recommended" which makes it sound like it is something that shouldn't be done, and could be deprecated or removed, which would break code if that is being used by others. I can tell you

Re: Witango-Talk: Array value

2010-12-08 Thread Robert Garcia
not documented, and therefore not an “official” function of >> the server. >> >> Robert >> >> From: Robert Garcia [mailto:wita...@bighead.net] >> Sent: Wednesday, December 08, 2010 11:08 AM >> To: Witango-Talk@witango.com >> Subject: Re: Witango

Re: Witango-Talk: Array value

2010-12-08 Thread Robert Garcia
> rgar...@bighead.net - rgar...@eventpix.com >> http://bighead.net/ - http://eventpix.com/ >> >> On Dec 8, 2010, at 9:23 AM, Robert Shubert wrote: >> >>> As I said, it’s not documented, and therefore not an “official” function of >>> the server. >>