Dears,
Another question...
I've to collect 2 information that is CAR and TYPE, and the user can insert it in different ways, like:
BMW
BMW/SEDAN
/SEDAN
So, everything before the slash is the CAR and after the slash is the TYPE.
I'm trying tho use the expression Split, but when there is nothing after the slash "/", I'm getting the error 9.
How can I do it?
Thank you
Another question...
I've to collect 2 information that is CAR and TYPE, and the user can insert it in different ways, like:
BMW
BMW/SEDAN
/SEDAN
So, everything before the slash is the CAR and after the slash is the TYPE.
I'm trying tho use the expression Split, but when there is nothing after the slash "/", I'm getting the error 9.
How can I do it?
Thank you