Hi Mr.Pascal

2004-10-07 Thread Keyur Mistry
How are u?? I will try and let u know whether i have any problem or not. could u pls explain me what is following line of code will do #form['cutoff_' i]# #YesNoFormat(Len(form['cutoff_' i]) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Hi Mr.Pascal

2004-10-07 Thread Pascal Peters
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.

RE: Hi Mr.Pascal

2004-10-07 Thread Ewok
be the equivalent of evaluate(“form.cutoff_#i#”) The YesNoFormat() returns YESif the length of the value is greater than 0 and NO if it is not Make sense? _ From: Keyur Mistry [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 1:46 PM To: CF-Talk Subject: Hi Mr.Pascal How are u?? I