How do I check for spaces in a string variable? Nothing but spaces or
nothing.
I am using
if trim(x) = "" then
which works but I was wondering if there was a cleaner way to do it.
I prefer not using variant variables.
Thank you
Smokey
nothing.
I am using
if trim(x) = "" then
which works but I was wondering if there was a cleaner way to do it.
I prefer not using variant variables.
Thank you
Smokey
Comment