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

Check for variable

2000-05-13 Thread John Allred
I have several templates that require an ID variable to be passed to them. When the templates load, they run a query "WHERE (COUNTY_NO = '#ID#')" -- ID is a CGI variable. I'm trying to account for users that will try to load these templates without the ID, but I can't make either IsDefined or Par