千分为表示法(如:1,234,456.77)

  showmessage(formatfloat('#,###.##',12345676.77));
  showmessage(formatfloat('###,###,###,###.##',a));

你可能感兴趣的:(千分为表示法(如:1,234,456.77))