Re: Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
of a loop for a query result, you either need to put that value in a local variable or explicitly name the row. Results.QuestionID[CurrentRow] -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 8:53 AM To: CF-Talk Subject: Re: Insert Looped Form Entry

Re: Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 8:53 AM To: CF-Talk Subject: Re: Insert Looped Form Entry into Database Thanks for the quick response! This does work, but now I am running into another problem. While it submits the right number of entries to my

Comparing two arrays or lists

2007-03-06 Thread Joel Watson
I have two lists that I want to compare and be able to show the resulting differences. For example, if my first list has 1,2,3,4 and the second has 1,2,4,4, I want to be able to output that 3 and 4 are different. What would be the best way of going about this? I applied the arrayCompare UDF

Re: Comparing two arrays or lists

2007-03-06 Thread Joel Watson
/ -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:41 AM To: CF-Talk Subject: Comparing two arrays or lists I have two lists that I want to compare and be able to show the resulting differences. For example, if my first list has 1,2,3,4

Re: Comparing two arrays or lists

2007-03-06 Thread Joel Watson
?ID=960 ) ? One of those sounds like it'll do what you want. -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:41 AM To: CF-Talk Subject: Comparing two arrays or lists I have two lists that I want to compare and be able to show the resulting

<    1   2