Hi!
I'm trying to capture characters in a string to build words
Ex.
This is a string example:
Washer Tap Body Fiber 20mm Fulway
I want to get Washer to be able to put into an array(0) and then Tap to put in the same array(1) and Body at array(2) position and so on...
I'v been working on using the instr function to locate the spaces but after that i'm stuck because I don't know if there is a function to build further
Thanks for any help
M.
I'm trying to capture characters in a string to build words
Ex.
This is a string example:
Washer Tap Body Fiber 20mm Fulway
I want to get Washer to be able to put into an array(0) and then Tap to put in the same array(1) and Body at array(2) position and so on...
I'v been working on using the instr function to locate the spaces but after that i'm stuck because I don't know if there is a function to build further
Thanks for any help
M.