Hello,
i have two issue with business phone in Get users profil
- How to convert the array to a single string, i have only one number by user, i don't find for get only the number 04 72 10 30 29 without {" "} (example)
For my welcome mail i need to give if the phone number is a direct line or only interne line.
A Business phone number with 10 characters is a direct line, a Business phone with only 4 characters is only a interne line.
in my message i need to write :
Business Phone {Variable Directe or Interne} : 04 72 10 30 29 or only 20 39
How to create this variable for write direct or interne ? i think i can use if Business phone number > 4 characters, but how to do this ?
Need help please