Is there a way to check for a variable with a value of spaces in a simple condition, as in
Code: Select all
If>variable_name=" "
In the case of the script I'm writing now, I can change the statement to look for a value > 1, as I'm pulling in data from specific cells in a .xls sheet while looping through the rows, and I know that this particular column will have either digits or spaces. But for future reference, the check for spaces, or 'lack of data' might be useful.
As a sidebar, I also don't see anything in the manual about reserved words (other than, I'm assuming, your commands). If I'm wrong, please point me in the right direction
Thanks--Sandy