RE: Dynamic Array or Structure

2004-01-04 Thread Philip Arnold
> What's the other option to Evaluate()? Square bracket notation, as described in my earlier email [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Dynamic Array or Structure

2004-01-04 Thread Spectrum WebDesign
What's the other option to Evaluate()? - Original Message - From: "Philip Arnold" <[EMAIL PROTECTED]> Date: Sun, 4 Jan 2004 10:55:49 -0500 To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: Dynamic Array or Structure Just one point, please don't use Evaluate()

RE: Dynamic Array or Structure

2004-01-04 Thread Spectrum WebDesign
Thanx Phillip "formField" is the original value of form field... used to compare with the changed form field... Like this: - Original Message - From: "Philip Arnold" <[EMAIL PROTECTED]> Date: Sun, 4 Jan 2004 10:55:49 -0500 To: CF-Talk <[EMAIL PROTECTED

RE: Dynamic Array or Structure

2004-01-04 Thread Philip Arnold
Just one point, please don't use Evaluate() - it's incredibly slow... Also, if you are, then use your quotes and pounds sparingly: #evaluate("#formfield#")# is the same as #evaluate(formfield)# But if you can, use scoping and square bracket notation Square bracket notation works like this: #evalu