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. >>

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 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
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
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
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-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-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:

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 and Left

2009-12-22 Thread Ben Johansen
e... <@ASSIGN NAME="initValue" VALUE="123456789,123456789,123456789"> <@ASSIGN NAME="array3" VALUE="<@ARRAY VALUE=@@initValue CDELIM=',' RDELIM=';'>"> <@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array

Re: Witango-Talk: Array and Left

2009-12-21 Thread Dale Graham
=',' > RDELIM=';'>"> > > <@rows array='array3'> > <@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array3[<@CURROW>,1]>" > NUMCHARS="3">'> > > > <@ROWS ARRAY="<@VA

RE: Witango-Talk: Array and Left

2009-12-21 Thread WebDude
tango-talk Subject: Re: Witango-Talk: Array and Left On Mon, Dec 21, 2009 at 1:08 PM, WebDude wrote: > Could you give me an example? Your code shown, with my addition in bold blue highlighted: <@ASSIGN NAME="initValue" VALUE="123456789,123456789,123456789"> <

Re: Witango-Talk: Array and Left

2009-12-21 Thread Bill Downall
array3>"> <@VAR array3[<@CURROW>,1]> or <@VAR array3[1,1]> > -Original Message- > From: Bill Downall [mailto:bdown...@downallconsulting.com] > Sent: Monday, December 21, 2009 11:04 AM > To: witango-talk > Subject: Re: Witango-Talk: Array and Left >

RE: Witango-Talk: Array and Left

2009-12-21 Thread WebDude
Could you give me an example? -Original Message- From: Bill Downall [mailto:bdown...@downallconsulting.com] Sent: Monday, December 21, 2009 11:04 AM To: witango-talk Subject: Re: Witango-Talk: Array and Left WebDude, Put an <@ROWS array='array3'> pair of tags ar

Re: Witango-Talk: Array and Left

2009-12-21 Thread Bill Downall
; > NUMCHARS="3">'> > > > <@ROWS ARRAY="<@VAR array3>"> > <@VAR array3[<@CURROW>,1]> > > or > > > <@VAR array3[1,1]> > > > > -Original Message- > From: Robert Shubert [mailto:rshub...@

RE: Witango-Talk: Array and Left

2009-12-21 Thread WebDude
<@ASSIGN promoid<@CURROW> '<@LEFT STR="<@VAR array3[<@CURROW>,1]>" NUMCHARS="3">'> <@ROWS ARRAY="<@VAR array3>"> <@VAR array3[<@CURROW>,1]> or <@VAR array3[1,1]> -----Original Message- From: R

RE: Witango-Talk: Array and Left

2009-12-21 Thread Robert Shubert
It 100% does work in that situation - there must be something else off. -Original Message- From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, December 21, 2009 10:36 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array and Left Like I said, I can use left in the input

RE: Witango-Talk: Array and Left

2009-12-21 Thread WebDude
>,1]>" NUMCHARS="3">'> It doesn't seem to work on the @assign. -Original Message- From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Monday, December 21, 2009 9:15 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array and Left I c

RE: Witango-Talk: Array and Left

2009-12-21 Thread Robert Shubert
@LEFT and @RIGHT things all the time without issue. Robert -Original Message- From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, December 21, 2009 9:52 AM To: witango-talk@witango.com Subject: Witango-Talk: Array and Left I am having a bit of a problem. I noticed that when

Witango-Talk: Array and Left

2009-12-21 Thread WebDude
I am having a bit of a problem. I noticed that when I create a variable and load that variable into an HTML text form input, the MAXLENGTH attribute is ignored. It seems that if you set the input field to MAXLENGTH=5, you cannot type more then 5 characters into the field, however, when loading a va

RE: Witango-Talk: Array subset creation

2008-03-16 Thread John Hotaling
ax: 407.540.9574 == _ From: Robert Shubert [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2008 8:15 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array subset creation John, Looking at your problem, takin

RE: Witango-Talk: Array subset creation

2008-03-15 Thread Robert Shubert
d result is, this may or may not be pertinent advice. Robert _ From: John Hotaling [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2008 4:30 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array subset creation Hi Ben: Thanks for the feedback. Your method to crea

Re: Witango-Talk: Array subset creation

2008-03-15 Thread William M Conlon
o.com Subject: Re: Witango-Talk: Array subset creation Ok, Robert G designed the Initial and I've used it all over 1. <@assign local$warrs <@filter domain$warrs "#parentSku = '<@var local$sku>' and #web_or_dash != 'D'">> 2. <@define local$sk

RE: Witango-Talk: Array subset creation

2008-03-15 Thread John Hotaling
MAIL PROTECTED] Sent: Thursday, March 13, 2008 6:29 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: Array subset creation Ok, Robert G designed the Initial and I've used it all over 1. <@assign local$warrs <@filter domain$warrs "#parentSku = '<@var local$

Re: Witango-Talk: Array subset creation

2008-03-13 Thread Ben Johansen
Ok, Robert G designed the Initial and I've used it all over 1. <@assign local$warrs <@filter domain$warrs "#parentSku = '<@var local$sku>' and #web_or_dash != 'D'">> 2. <@define local$sku_compare2 type=array cols=<@numcols array=domain $products> rows=<@numrows array=local$warrs>> 3. <@assig

Witango-Talk: Array subset creation

2008-03-13 Thread John Hotaling
Hello: I'm looking for the most efficient way to create a "subset" array from another "master" array (I'll need to create several subset arrays actually). However, I don't want to do any looping to create it due to performance concerns. I've used the <@delrows> meta-tag and that works fine but

Re: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Dan Stein
: Thu, 31 May 2007 12:33:19 -0700 > To: > Subject: RE: Witango-Talk: Array Rows to columns Help > > <@rows array="scope$myarray"> > http://url/file.taf?letter_from=<@col 2>&letter_to=<@col 3>" > style="margin-right:15px;"><@c

RE: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Shane Pearlman
TED] Sent: Thursday, May 31, 2007 12:10 PM To: witango-talk@witango.com Subject: Witango-Talk: Array Rows to columns Help I have an array that looks like this AA-AC AA AC AD-AF AD AF Etc. I want to display it like this AA-AC AD-AF AG-AR ... And I want each one to be a link that cont

RE: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Ted Wolfley
Hi, This should work <@ROWS START=1 STEP=1 ARRAY="@@array"> @@array[<@currow>,1] -Original Message- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 3:10 PM To: witango-talk@witango.com Subject: Witan

Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Dan Stein
I have an array that looks like this AA-AC AA AC AD-AF AD AF Etc. I want to display it like this AA-AC AD-AF AG-AR ... And I want each one to be a link that contains the the letter_from=AA& letter_to=AC I am not sure how to manipulate the array so I show only the letter spans but ha

RE: Witango-Talk: Array processing

2006-02-20 Thread Wolf, Gene
David, This worked perfectly! Thank you! -Original Message- From: David Shelley [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:53 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array processing Another way to do this would be to create an array of all

Re: Witango-Talk: Array processing

2006-02-17 Thread Dale Graham
modifications will be required for multi-column arrays or when doing the comparison on a variable column number. Dave Shelley -Original Message- From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 5:23 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array

RE: Witango-Talk: Array processing

2006-02-16 Thread David Shelley
it works, however some modifications will be required for multi-column arrays or when doing the comparison on a variable column number. Dave Shelley -Original Message- From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 5:23 PM To: witango-talk@witango.com Subject: RE:

Re: Witango-Talk: Array processing

2006-02-16 Thread Roland Dumas
as an exclusive method that might be what your looking forBen-Original Message-From: Wolf, Gene [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 16, 2006 1:42 PMTo: witango-talk@witango.comSubject: Witango-Talk: Array processing    I've seen a number of the array processing com

RE: Witango-Talk: Array processing

2006-02-16 Thread Ben Johansen
method that might be what your looking for Ben -Original Message- From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 1:42 PM To: witango-talk@witango.com Subject: Witango-Talk: Array processing I've seen a number of the array processing commands like @inte

Re: Witango-Talk: Array processing

2006-02-16 Thread Alan Wolfe
It sounds like you want an EXCLUSIVE OR command hehe   If the arrays are small you could loop through each of them and check each element.  If the element you currently on is not in the other array, add it to a 3rd array.   after you loop through both arrays you should have your list but if it's la

RE: Witango-Talk: Array processing

2006-02-16 Thread Scott Cadillac
il: [EMAIL PROTECTED] http://scott.cadillac.bz > -Original Message- > From: Wolf, Gene [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 3:04 PM > To: witango-talk@witango.com > Subject: RE: Witango-Talk: Array processing > >Not at all. Assume I have array 1

RE: Witango-Talk: Array processing

2006-02-16 Thread Wolf, Gene
aughs* Apparently not from the responses. Sounds like it's time for me to build a tcf to do this. -Original Message- From: Matt Muro [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 5:14 PM To: witango-talk@witango.com Cc: witango-talk@witango.com Subject: Re: Witango-T

Re: Witango-Talk: Array processing

2006-02-16 Thread Matt Muro
elements of these two arrays that do not appear in BOTH arrays, those >being 1,4,6,7. Does that help? > >-Original Message- >From: Scott Cadillac [mailto:[EMAIL PROTECTED] >Sent: Thursday, February 16, 2006 4:59 PM >To: witango-talk@witango.com >Subject: RE: Witango-Talk: Ar

RE: Witango-Talk: Array processing

2006-02-16 Thread Wolf, Gene
that help? -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 4:59 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Array processing Hi Gene, > I need something that compares > two arrays and returns to me those rows that d

Re: Witango-Talk: Array processing

2006-02-16 Thread Roland Dumas
On Feb 16, 2006, at 1:41 PM, Wolf, Gene wrote: I've seen a number of the array processing commands like @intersect, @Union, etc. but I need something that compares two arrays and returns to me those rows that do not exist in BOTH arrays. the numrows of the resultant array is infinite

RE: Witango-Talk: Array processing

2006-02-16 Thread Scott Cadillac
: Wolf, Gene [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 2:42 PM > To: witango-talk@witango.com > Subject: Witango-Talk: Array processing > > I've seen a number of the array processing commands like > @intersect, @Union, etc. but I need something th

Witango-Talk: Array processing

2006-02-16 Thread Wolf, Gene
I've seen a number of the array processing commands like @intersect, @Union, etc. but I need something that compares two arrays and returns to me those rows that do not exist in BOTH arrays. Is there anything like the equivalent of [EMAIL PROTECTED] *laughs* _

Re: Witango-Talk: array help - nested for loop

2005-11-09 Thread Garth Penglase
array counters correctly. Janet -Original Message- From: Ben Johansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 3:54 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: array help - nested for loop I recommend using a var assigned to the @CURROW for each loop <@

RE: Witango-Talk: array help - nested for loop

2005-11-08 Thread Quicknote
Hi Garth I have sent you a Sample TAf with your code redone. You are not using the array counters correctly. Janet -Original Message- From: Ben Johansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 3:54 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: array help

RE: Witango-Talk: array help - nested for loop

2005-11-08 Thread Ben Johansen
gn request$currow2 <@currow>> <@ASSIGN 'user$HHBbasket[<@var request$currow2>,sdisc] I have found that the <@currow can become ambiguous in nested loops Ben -Original Message- From: Garth Penglase [mailto:[EMAIL PROTECTED] Sent: Tuesday, November

Re: Witango-Talk: array help - nested for loop

2005-11-08 Thread Garth Penglase
sket[<@CURROW>,sdisc]' value="<@CALC '@@user$HHBbasket[<@CURROW>,Price] * (1- @@user$HHBbasket[<@CURROW>,PriceLvl2]) * (1+@@local$tax)' precision=2>"> <@ELSEIF "@@local$HHBdistqty[@@local$2ndctr,rqty] >= @@user$HHBbasket[<@CURR

Re: Witango-Talk: Array tags: FILTER and DISTINCT

2005-10-05 Thread Roland Dumas
an array with 10K rows? that's a bit large On Oct 5, 2005, at 6:01 AM, Wayne Irvine wrote: I've been having a hell of a time with a site I'm developing and am wondering how much is bugs and how much is me. The first thing the site does is load all record into an array (about 10,000) then

Re: Witango-Talk: Array tags: FILTER and DISTINCT

2005-10-05 Thread Dale Graham
I have noticed that to keep things working the way I expect them to, that it really helps (with Witango 5.5) to quote like crazy, especially in filter actions. For example, <@ASSIGN NAME="CurrSelected" VALUE='<@Filter ARRAY="SelectedALL" EXPR="#DayOfYear=@@user$DayOfYear" SCOPE="domain">' SCO

Witango-Talk: Array tags: FILTER and DISTINCT

2005-10-05 Thread Wayne Irvine
I've been having a hell of a time with a site I'm developing and am wondering how much is bugs and how much is me. The first thing the site does is load all record into an array (about 10,000) then it makes other arrays such as records made today and records that are 'selected'. There is also one

RE: Witango-Talk: array help - nested for loop

2005-09-12 Thread Peter Dobbs
Just send me your code block, I'll tell you what is wrong with it. p. [EMAIL PROTECTED] -Original Message- From: Garth Penglase [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 7:59 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: array help - nested for loop T

Re: Witango-Talk: array help - nested for loop

2005-09-12 Thread Garth Penglase
> <@FOR START="1" STOP="<@NUMROWS array=array2 scope=request>" STEP="1"> <@! COMMENT="Increment the counter for the Second Array"> <@ASSIGN name=array2Counter value="<@CALC '@@request$array2Counter +1'>" scop

RE: Witango-Talk: array help - nested for loop

2005-09-12 Thread Peter Dobbs
rray2 scope=request>" STEP="1"> <@! COMMENT="Increment the counter for the Second Array"> <@ASSIGN name=array2Counter value="<@CALC '@@request$array2Counter +1'>" scope=request>

Re: Witango-Talk: array help - nested for loop

2005-09-12 Thread Garth Penglase
Do you have an example of that please, Janet? thanks garth bbmedia.com.au p: 0500 527 000 e: [EMAIL PROTECTED] PO Box 3543 Wamberal NSW 2260 On 12/09/2005, at 4:49 AM, Quicknote wrote: I didn't look realy closely at your code. but this reminded me a a problem I had. I was nesting <@ROWS> and t

RE: Witango-Talk: array help - nested for loop

2005-09-11 Thread Quicknote
I didn't look realy closely at your code. but this reminded me a a problem I had. I was nesting <@ROWS> and they would not work. So I used the ACTION "ForLoop" for the first loop and then my second <@ROWS> ( inside this LOOP ACTION) would work fine! I tested this a few times and found it to be pret

Witango-Talk: array help - nested for loop

2005-09-08 Thread Garth Penglase
Anyone available to help me find why this nested for loop instead working? I am figuring out the appropriate discount to apply to a record for a special that applies across a range of products - the ranges are set by a unnique integer for that special which appears for each product record under th

RE: Witango-Talk: Array Question

2005-07-04 Thread Ben Johansen
ns and add custom column. Ben Johansen -Original Message- From: McGriff, Gary [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 8:03 AM To: 'witango-talk@witango.com' Subject: Witango-Talk: Array Question This may have been solved before, if so, my apologies. I have an array w

Witango-Talk: Array Question

2005-07-04 Thread McGriff, Gary
This may have been solved before, if so, my apologies. I have an array with names, addresses, etc. I want to sort it by last name. I can get this accomplished, but this would lose the connection with another array that has a column I need in it. This array is assorted by a unique number from tha

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Wayne Irvine
Title: Re: Witango-Talk: Array Columns by Name Chuck Lockwood at [EMAIL PROTECTED] wrote: A couple other points regarding your example: The <@Debug> tag is meaningless here I am only showing the header to be sure it is there. Part of the debugging (hence the tag).

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Chuck Lockwood
A couple other points regarding your example: The <@Debug> tag is meaningless here, it will show the headers regardless when you reference row 0, if they are assigned.   > <@DEBUG>> @@local$detail[0,*]  < Shows headers> @@local$detail       < Shows single row array> /@DEBUG You can drop the <@R

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Wayne Irvine
Dale E Graham at [EMAIL PROTECTED] wrote: > Should be > >> @@local$detail[<@CURROW>,Price] > > (You're doing everything right except the quotes and space...) Cheers, although it seems to work with the space. Wayne Byte Services Pty Ltd http://www.byteserve.com

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Dale E Graham
Should be @@local$detail[<@CURROW>,Price] (You're doing everything right except the quotes and space...) On Apr 13, 2005, at 3:50 AM, Wayne Irvine wrote: @@local$detail[<@CURROW>, "Price"] < Shows I don't know what I'm doing! ___

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Wayne Irvine
Wayne Irvine at [EMAIL PROTECTED] wrote: > @@local$detail[<@CURROW>, "Price"] < Shows I don't know what I'm doing! Got it! @@local$detail[<@CURROW>, Price] < Drop the quotes Cheers Wayne Byte Services Pty Ltd http://www.byteserve.com.au/ [

Re: Witango-Talk: Array Columns by Name

2005-04-13 Thread Wayne Irvine
Customer Support at [EMAIL PROTECTED] wrote: > The results of a search action by default come back in the variable > request$ResultSet Yep, I'm assigning that to a VAR. > You can reference the column by name like so: > > <@ROWS> > @@request$ResultSet[<@CURROW>,ColName] > > > You can do this

Re: Witango-Talk: Array Columns by Name

2005-04-12 Thread Customer Support
The results of a search action by default come back in the variable request$ResultSet You can reference the column by name like so: <@ROWS> @@request$ResultSet[<@CURROW>,ColName] You can do this with any array if you assign names to the elements in row 0 <@ASSIGN request$MyArray[0,1]

Witango-Talk: Array Columns by Name

2005-04-12 Thread Wayne Irvine
I know this is basic early stuff but I've never done it this particular way and all my experiments and searching of the manuals is going nowhere. A search is returning a ResultSet and I am assigning this to a VAR called 'SearchResults'. If I display @@local$SearchResults[0,*] I see the column nam

Re: Witango-Talk: Array of arrays

2004-09-03 Thread Dave Machin
Did the trick! Thanks...! - Original Message - From: "Alan Wolfe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 10:24 AM Subject: Re: Witango-Talk: Array of arrays > Hi Dave, > > Nope you cant, but you can acheive the s

RE: Witango-Talk: Array of arrays

2004-09-03 Thread Ben Johansen
sage- From: Dave Machin [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:34 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Array of arrays Is there a way in WiTango (.065) to have an array of arrays? I.e., in a loop of queries, I want to assign each resultset to an element in an a

Re: Witango-Talk: Array of arrays

2004-09-03 Thread Scott Cadillac
- From: "Alan Wolfe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Fri, 3 Sep 2004 10:24:42 -0700 Subject: Re: Witango-Talk: Array of arrays > Hi Dave, > > Nope you cant, but you can acheive the same results if you get a little > creative and include the index

Witango-Talk: Array of arrays

2004-09-03 Thread Dave Machin
Is there a way in WiTango (.065) to have an array of arrays? I.e., in a loop of queries, I want to assign each resultset to an element in an array - like this: <@assign local$array_of_results[@@local$i,1]=@@resultset> Can that work? Dave Machin E-Mail. [EMAIL PROTECTED] Tel. 805.614.0123

Re: Witango-Talk: Array Subsets

2004-08-05 Thread Jason Schulz
@for isn't that bad. If @filter doesn't do what you want, use @delrows. It'd be nice if @@request$variable[x,y] could accept lists for x or y, or if @filter exp would accept #0 J. On 06/08/2004, at 10:20 AM, Wayne Irvine wrote: Is there a simple way of assigning a subset of an array to a new arr

Witango-Talk: Array Subsets

2004-08-05 Thread Wayne Irvine
Is there a simple way of assigning a subset of an array to a new array? Suppose I have an array that contains 100 records and I wish to make a new array containing the first 3. Or conversely, just use the first three records? Only way I know of is to use a FOR loop and CURROW as the row number.

RE: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread Ian Daniel
warrayname" VALUE="<@VAR arrayname[<@CURROW>,*]"> <@ASSIGN arrayname <@VAR newarrayname>> Hope this helps. -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 3:22 PM To: [EMAIL PROTECTED] Subject:

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread John McGowan
Rick Sanders wrote: Hey John, The only small thing you're missing, is removing the empty space from the array before assigning the variables. I didn't know he needed to mutate the original array... I would just toss an <@addrows> in there at the same place spacedX is assigned... /John

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread Rick Sanders
: "John McGowan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 2004 9:18 AM Subject: Re: Witango-Talk: ARRAY?? SOLUTION!!! > Am I missing something here? wouldn't these 6 lines of tml solve the > problem? > > <@assign scope=

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread Rick Sanders
-0788 www.webenergy-sw.com www.icantec.ca - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 2004 7:46 AM Subject: Re: Witango-Talk: ARRAY?? SOLUTION!!! > Very good Rick. > > I had ended up with something similar, but your wa

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread John McGowan
nt of I.T. Webenergy-Icantec Kitchener - Waterloo:(519) 741-2117 Montreal: (514) 808-0788 www.webenergy-sw.com www.icantec.ca - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 2:11 PM Subject: RE: Witango-Talk: ARRAY?? Hi Gene

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-28 Thread webdude
ECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 2:11 PM Subject: RE: Witango-Talk: ARRAY?? Hi Gene and Dave, Thanks for the snips. They both work well. Unfortunately, I already have gotten this far. I understand how to assign and filter arrays. Maybe I should explain myself

Re: Witango-Talk: ARRAY?? SOLUTION!!!

2004-07-27 Thread Rick Sanders
7 Montreal: (514) 808-0788 www.webenergy-sw.com www.icantec.ca - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 2:11 PM Subject: RE: Witango-Talk: ARRAY?? > Hi Gene and Dave, > > Thanks for the snips. They both work

Re: Witango-Talk: ARRAY??

2004-07-27 Thread John McGowan
;@filter array=local$SpacedArray expr="len(<@trim str='#1'>)">> Spaced Array now = <@Var Local$SpacedArray> Dave Shelley -Original Message- From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 1:05 PM To: [EMAIL PROTECTED] Subject:

RE: Witango-Talk: ARRAY??

2004-07-27 Thread webdude
;G;H;">> Spaced Array Begins as = <@Var Local$SpacedArray> <@Assign local$SpacedArray <@filter array=local$SpacedArray expr="len(<@trim str='#1'>)">> Spaced Array now = <@Var Local$SpacedArray> Dave Shelley -Original Message- From: Wolf, G

RE: Witango-Talk: ARRAY??

2004-07-27 Thread Dave Shelley
n(<@trim str='#1'>)">> Spaced Array now = <@Var Local$SpacedArray> Dave Shelley -Original Message- From: Wolf, Gene [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: ARRAY?? Sure. Here's sam

RE: Witango-Talk: ARRAY??

2004-07-27 Thread Wolf, Gene
t; STOP="<@Var Local$RowCount>"> <@Delrows Array=Local$SpacedArray> Spaced Array now = <@Var Local$SpacedArray> Hope this helps! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 9:50 AM To: [EMAIL PROTECT

RE: Witango-Talk: ARRAY??

2004-07-27 Thread webdude
:20 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: ARRAY?? Okay, I'm tired and crabby and need help. This should be simple, but for some reason, I am just not seeing it. I have variables that I am populating with small amounts of text. They are named ... <@VAR lcell1> = test1 <@VAR lcell2

RE: Witango-Talk: ARRAY??

2004-07-22 Thread Wolf, Gene
ilto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 4:20 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: ARRAY?? Okay, I'm tired and crabby and need help. This should be simple, but for some reason, I am just not seeing it. I have variables that I am populating with small amounts of text.

Re: Witango-Talk: ARRAY??

2004-07-21 Thread Rick Sanders
t if the value is empty, it will skip it. Rick Sanders Vice President of I.T. Webenergy-Icantec Kitchener - Waterloo:(519) 741-2117 Montreal: (514) 808-0788 www.webenergy-sw.com www.icantec.ca - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, J

Re: Witango-Talk: ARRAY??

2004-07-21 Thread John McGowan
You need to use another counter like "ll_counter" and only increment it when you assign to a ll_cell variable. That would be the easiest way to modify the code that you already have... There would however be easier ways of doing this if the data were in an array instead of a bunch of individual

Witango-Talk: ARRAY??

2004-07-21 Thread webdude
Okay, I'm tired and crabby and need help. This should be simple, but for some reason, I am just not seeing it. I have variables that I am populating with small amounts of text. They are named ... <@VAR lcell1> = test1 <@VAR lcell2> = <@VAR lcell3> = test3 <@VAR lcell4> = test4 etc. etc. etc. Le

RE: Witango-Talk: Array?

2004-02-23 Thread Ben Johansen
- From: Sean Mulligan (Information Technology) [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 5:19 AM To: '[EMAIL PROTECTED]' Subject: Witango-Talk: Array? Hi All Have a bit of a problem here. I'm using an array to update multiple records. This is been ran on a

Witango-Talk: Array?

2004-02-23 Thread Sean Mulligan (Information Technology)
Hi All Have a bit of a problem here. I'm using an array to update multiple records. This is been ran on a development server. There are no problems with this until I transferred the whole system over to a live server for all users. It's displaying the taf without the array details. When I

Re: Witango-Talk: Array Problem!

2004-02-02 Thread Fergal Donlon
, February 02, 2004 11:12 PM Subject: Witango-Talk: Array Problem! > Hi All > > Has anyone any code / ideas on the following. > > I have a list of 29 records. For each record, I have a dropdown with 3 > options Yes, No and Apologies. > > Will need to be able to go th

RE: Witango-Talk: Array Problem!

2004-02-02 Thread Chris Smith - Comcast Acct
be sure if you are using DBMS that on the results tab the array radio option is highlighted. -Original Message- From: Sean Mulligan (Information Technology) [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 7:12 AM To: '[EMAIL PROTECTED]' Subject: Witango-Talk: Array Pro

Witango-Talk: Array Problem!

2004-02-02 Thread Russell Stephany
Return Receipt Your Witango-Talk: Array Problem! document

Re: Witango-Talk: Array Problem!

2004-02-02 Thread Jonah Simpson
s. Not scoping is bad. Really bad. If what I've stated is totally off-base I apologize. Good luck! Jonah Simpson [EMAIL PROTECTED] - Original Message - From: "Sean Mulligan (Information Technology)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February

Witango-Talk: Array Problem!

2004-02-02 Thread Sean Mulligan (Information Technology)
Hi All Has anyone any code / ideas on the following. I have a list of 29 records. For each record, I have a dropdown with 3 options Yes, No and Apologies. Will need to be able to go through each record and select either one of the options, select save button once and have the 29 records inse

SV: Witango-Talk: Array

2004-01-07 Thread Bengt Bredin
SWEDEN --- -Ursprungligt meddelande- Från: Jonah Simpson [mailto:[EMAIL PROTECTED] Skickat: den 23 december 2003 10:56 Till: [EMAIL PROTECTED] Ämne: Re: Witango-Talk: Array Hey Bengt! Duh, I made a mistake a couple

SV: Witango-Talk: Array

2003-12-23 Thread Bengt Bredin
--- -Ursprungligt meddelande- Från: Jonah Simpson [mailto:[EMAIL PROTECTED] Skickat: den 23 december 2003 10:56 Till: [EMAIL PROTECTED] Ämne: Re: Witango-Talk: Array Hey Bengt! Duh, I made a mistake a couple mistakes in

Re: Witango-Talk: Array

2003-12-23 Thread Jonah Simpson
l chime in and correct me if I'm wrong. Bottom line is, you've gotta be careful with your typing. Hope this answers your question. Jonah Simpson [EMAIL PROTECTED] - Original Message - From: "Bengt Bredin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tu

SV: Witango-Talk: Array

2003-12-23 Thread Bengt Bredin
- LabIT Solutions AB SWEDEN --- -Ursprungligt meddelande- Från: Jonah Simpson [mailto:[EMAIL PROTECTED] Skickat: den 22 december 2003 16:20 Till: [EMAIL PROTECTED] Ämne: Re: Witango-Talk: Array With the code you're us

Re: Witango-Talk: Array

2003-12-22 Thread Jonah Simpson
,Date,Unr/Bnr,Sample_Number,Location,Reference <@var request$init_string>"> Good luck! Cheers, Jonah Simpson [EMAIL PROTECTED] - Original Message - From: "Bengt Bredin" <[EMAIL PROTECTED]> To: "Witango-Talk" <[EMAIL PROTECTED]> Sent: Monday, De

  1   2   >