> could u pls explain me what is following line of code will do
>
> "#form['cutoff_' & i]#"
[Pascal Peters]

This is a form variable starting with 'cutoff_' and the value of I
appended to it. So if I (the id from your checkbox) was 10, this would
be the value of the variable "form.cutoff_10".

> "#YesNoFormat(Len(form['cutoff_' & i])
>
[Pascal Peters]

This will return Yes if the form var is an empty string and No if it
isn't

Pascal
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to