Hello
I have the following in a variable called TEST
echo $TEST
result : STEPHEN LTD
What i want to do is find out whether there are any spaces in my variable name, and if so do the following
STEPHEN%42LTD
bascially put a %42 where the space is....any ideas?