From this - 12345 1st St, Sacramento, CA 95817
to
this - 12345 1st St
Deleting everything after the ( , ).
I have a scrip but its not working.
Code: Select all
let >y=1
let>address=12345 1st St, Sacramento, CA 95817
label>ADD
let y=y+1
MidStr>%address%,%y%,1,add2
if>add2=(need to know how to make is see the , here),ADD1
else
goto>ADD
endif
label>ADD1