Neil Toulouse
Programmer
Before I embark on a rather complex function, is there an equivalent of SUBSTR() that works from the right, eg
to give 'O' instead of 'L'?
I don't need any workaround code examples if there isn't a native function, as I will do that myself. Just looking for a quick way!
TIA
Neil
I like work. It fascinates me. I can sit and look at it for hours...
Code:
SUBSTR('TOULOUSE', 4, 1)
I don't need any workaround code examples if there isn't a native function, as I will do that myself. Just looking for a quick way!
TIA
Neil
I like work. It fascinates me. I can sit and look at it for hours...