This will work if the number is always 16 digits long and you wish to convert to text:
Left(ToText(Truncate({Command.MyField},-2),0),14) + ToText({Command.MyField}-Truncate({Command.MyField},-2),0)