antonherer
Technical User
I am sort of half-assedly putting together a search function to search only specified keywords on a site and I need to know how to indicate a space in the code. The line in question looks like this: <cfif string_array[counter]=" ">. What do I put between the quote marks so ColdFusion will look for a space in the string?