See :
The MsgBox shows:
0,00 ?????
Its should be 0000 ...
Whats wrong ? I know that str is a string but B4A convert it on the fly...
B4X:
dim str as string
str = "0"
MsgBox(NumberFormat(str, 4, 0))
0,00 ?????
Its should be 0000 ...
Whats wrong ? I know that str is a string but B4A convert it on the fly...