Hi,
Would anyone now how to write an instr that would grab only the date from the string below (i.e between the 2 colons)
I have tried multiple times to get this to work to no avail, the colons will NOT always be at character 14, so need to find first ":" then grab the next 8 caracters.
USINAS SID MI:30/12/09:0.3072:85
i would like to achieve the result
30/12/09
so far I have tried using Left with instr and Right - getting very frustrated.
Thanks in advance
Nigel
Would anyone now how to write an instr that would grab only the date from the string below (i.e between the 2 colons)
I have tried multiple times to get this to work to no avail, the colons will NOT always be at character 14, so need to find first ":" then grab the next 8 caracters.
USINAS SID MI:30/12/09:0.3072:85
i would like to achieve the result
30/12/09
so far I have tried using Left with instr and Right - getting very frustrated.
Thanks in advance
Nigel
Comment