How do I change my Phone format (1 Viewer)

brodaman

Registered User.
Local time
Today, 05:25
Joined
Nov 23, 2015
Messages
25
I want to convert my phone number format((234) 7038363294) to 2347038363292 thanks
 

CJ_London

Super Moderator
Staff member
Local time
Today, 04:25
Joined
Feb 19, 2013
Messages
16,627
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
 

brodaman

Registered User.
Local time
Today, 05:25
Joined
Nov 23, 2015
Messages
25
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

Top Bottom