e = Round((1 + x) / 10) '最後一位數四捨五入(n+1位) lblResult = Mid(W, 1, Len(W) - 2) & Val(Mid(W, n + L, 1)) + e '含商及指定小數長度扣1位+(第n位+進位).
確定! 回上一頁