สร้าง Formula ขึ้นมาแล้วเอา Code นี้ไป Run ตัวอย่าง ดูครับ
Code (C#)
local stringvar temp:="10.56";
local stringvar tempLeft;
local stringvar tempRight;
tempLeft := left(temp,len(temp)-3);
tempRight := right(temp,2);
if right(tempRight,1) = "0" then
tempRight:= left(tempRight,1);
if tempRight = "0" then
tempRight := "";
if tempRight <> "" then
tempLeft&"."&tempRight
else
tempLeft