Hi,

I am creating a bunch of checkboxes on the the fly with a cfloop.

How do i check for their existance in an action page (within a cfloop)?

ISDEFINED("FORM[RECLAIM_ & loopindex]")  returns this error:

Parameter 1 of function IsDefined, which is now "FORM[RECLAIM_ &
loopindex]", must be a syntactically valid variable name.

and

ISDEFINED("FORM["RECLAIM_" & loopindex]") causes "Invalid CFML construct
found"

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