Formatting with picture switches

R

raj

i need to format a field for phone number
i tried various things but none worked

i have
{ MERGEFIELD "CLIENT NUMBER" "repeater=1" "xPath=xml\path\..." \#
(###)###-####"
\* MERGEFORMAT}

please help i cannot find help formatting phonenumber anywhere

thanks
 
R

raj

actually i figured it out

i used mask

{ MERGEFIELD "CLIENT NUMBER" "repeater=1" "xPath=xml\path\..."
"mask=(###)###-####"
\* MERGEFORMAT}
 
Top