I want to search a string for the "R" only, (so lowercase ("r") is not valid).
So I hoped the Instr function would do the trick, but it doesn't. There is no difference between R and r.
And I can not search voor the ascii value (Asc("R")=82); I cannot get the instr to work with that.
Can anyone help me out?
Thanks,
Frans
So I hoped the Instr function would do the trick, but it doesn't. There is no difference between R and r.
And I can not search voor the ascii value (Asc("R")=82); I cannot get the instr to work with that.
Can anyone help me out?
Thanks,
Frans