using INSTR to find spaces
447543Aug 23 2005 — edited Aug 24 2005Hi,
I am trying to get the position of the first space in a string, but it doesn't seem to recognise the space - can anyone help?
I have tried:
INSTR(lv_stringname, ' ', 1, 1); and INSTR(lv_stringname, '  ', 1, 1);
Any ideas, anyone? :)
Cheers,
angel