G
Guest
would like to extract all of these elements:
int.de.sh.k.wand
Left([string],InStr([string],".")-1) gives "int"
would like to be able to separate out de, sh, k, and wand as well.
InstrRev?
Any suggestions?
Thank you.
int.de.sh.k.wand
Left([string],InStr([string],".")-1) gives "int"
would like to be able to separate out de, sh, k, and wand as well.
InstrRev?
Any suggestions?
Thank you.