You could also use an element command of you ever run into a situation where you need more than 6 characters.
V2=Element(1,"-",V1)
I'm not at my computer, but its something like that. It looks at V1, searches for the first instance of "-", then contains everything before that in assignment V2.
You could also use an element command of you ever run into a situation where you need more than 6 characters.
V2=Element(1,"-",V1)
I'm not at my computer, but its something like that. It looks at V1, searches for the first instance of "-", then contains everything before that in assignment V2.