<div dir="ltr">Hi.  I am trying to inspect the $fU variable to find out if it has a length greater than 11 digits (US dialing) and, if so, only return the last 11 digits and store them to $fU.  So far, this is what I have:<div><br></div><div><div>        if ($(fU{s.len}) > 11)</div><div>        {</div><div>                $var(fU) = $(fU{s.substr,-1,11});</div><div>        }</div></div><div><br></div><div>Does this look correct?  Are there more efficient ways to do it?</div><div><br></div><div>Thank All,</div><div>Alex</div></div>