Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have a field/column consists of User Names with the addition of numericals.
Ex: "abc12", "12abcd","aavv"
Note: Text is variable length and can present anywhere in the field as shown in example.
Now i need to seperate text only.
How i can achieve this?
Thanks in advance
purgechar(MyText, '0123456789')
Try Keepchar()/purgechar()
Thankyou