hi,
can someone please tell me how i would test if a variable contains a space (this is information put in by users via a menu option).
the variable should be v1="a1,a2,a3,a4,a5" but i need to check that it is not v1="a1, a2,a3,a4,a5" for example.
Thanks in advance !!
can someone please tell me how i would test if a variable contains a space (this is information put in by users via a menu option).
the variable should be v1="a1,a2,a3,a4,a5" but i need to check that it is not v1="a1, a2,a3,a4,a5" for example.
Thanks in advance !!