In PHP, I know that if you echo or display a variable that
has not been defined, it will just run through it and display
nothing. However, in CF, I get an error when that happens. If have
about 20 variables that need to be displayed and need to know if
there's a way to have the code say, if these variables are not
defined, just ignore them. Possible? Thanks!
Ryan