SCAN Function for Special Characters
Posted: Fri Nov 26, 2010 9:39 am
Hi,
When I use SCAN function to find character : in a text, it does not work.
Is there anything wring with this? or is there a special way of using SCAN for special characters?
Any help would be apprecicated.
Regards
When I use SCAN function to find character : in a text, it does not work.
Code: Select all
vFuncID = SUBST(vElement,1,SCAN(vElement,':')-1);
Any help would be apprecicated.
Regards