hello,
not a problem but....
can anyone think of a good efficient way of doing the following. i have three variales that are passed to a function and may or may not be populated depending on some other function. I want to check these variables and if they're empty then just assign "N/A" to the variables. One obvious way would be to do three if statements but can anyone think of a better way of doing this...
jim
not a problem but....
can anyone think of a good efficient way of doing the following. i have three variales that are passed to a function and may or may not be populated depending on some other function. I want to check these variables and if they're empty then just assign "N/A" to the variables. One obvious way would be to do three if statements but can anyone think of a better way of doing this...
jim