How do I change my Phone format

brodaman

Registered User.
Local time
Today, 17:32
Joined
Nov 23, 2015
Messages
25
I want to convert my phone number format((234) 7038363294) to 2347038363292 thanks
 
probably easiest to use the replace function

newnum:replace(replace(replace(oldtxtnum,"(",""),")","")," ","")

not sure if it is a typo but the last number has changed
 
probably easiest to use the replace function

newnum:replace(replace(replace(oldtxtnum,"(",""),")","")," ","")

not sure if it is a typo but the last number has changed

Please can you kindly buttress this replace function?
 

Users who are viewing this thread

Back
Top Bottom