RE: Check for variable

2000-05-14 Thread Dave Watts
> Thanks. Also, I read in Forta's book that any code after > would be ignored, but he didn't say whether that was true if it was > included as part of a conditional statement. If the condition that contains the CFLOCATION is true, any following code will not be executed. Dave Watts, CTO, Fig Le

Re: Check for variable

2000-05-13 Thread John Allred
Stas, Thanks. Also, I read in Forta's book that any code after would be ignored, but he didn't say whether that was true if it was included as part of a conditional statement. --John stas wrote: > > An easy solution would be to use to initialize variables to a default >value if they don't e