Question
cfif and spaces
I have a response code is a four string character e.g. YYYM
or NNNN
sometimes it comes back with four spaces " " <<<no quotes of course.
If I am doing <cfif responseCode EQ " "> Will I catch it or not? Or will NEQ "" suffice?
sometimes it comes back with four spaces " " <<<no quotes of course.
If I am doing <cfif responseCode EQ " "> Will I catch it or not? Or will NEQ "" suffice?
