hello
is it possible to use instr function to
locate the next character
for ex within string ( ab_ _ cd_ _ _ e)
instr (1, string, "char")
i would like the function to return
5 for "c" and 9 for "e"
any advice would be much appreciated .
irene
is it possible to use instr function to
locate the next character
for ex within string ( ab_ _ cd_ _ _ e)
instr (1, string, "char")
i would like the function to return
5 for "c" and 9 for "e"
any advice would be much appreciated .
irene