Hi,
how can I read/select the number from the string as below:
for example:
A1: = "Audi A6, Poland - N123323 - SG"
A2: = "VW Polo, Denmark - (X) - N233217 CN"
A3: = "Ford Fiesta, Italy, XZ, (new) - N876233 - WW"
I wan to have only:
B1 = 123323
B2 = 233217
B3 = 876233
how can I read/select the number from the string as below:
for example:
A1: = "Audi A6, Poland - N123323 - SG"
A2: = "VW Polo, Denmark - (X) - N233217 CN"
A3: = "Ford Fiesta, Italy, XZ, (new) - N876233 - WW"
I wan to have only:
B1 = 123323
B2 = 233217
B3 = 876233