erk...

Guys - let's remember that every scope is a struct and can be treated as such..

So

variables["myNewVar"] = 1;
and
x = variables["myNewVar"];

is a FAR better option that using evaluate.

Mark

On 5/18/05, Mike Staver <[EMAIL PROTECTED]> wrote:
> I've used this in the past:
> 
> SELECT *
> FROM whatever
> WHERE PersonID = '#evaluate("form.Person"&i)#'
> 
> obviously i is the loop counter or something, depending on what you want
> to do with it.
> 
-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com
ICQ: 3094740

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to