8 lines
103 B
Text
8 lines
103 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
|
||
|
|
#Include "vbcompat.bi"
|
||
|
|
|
||
|
|
Dim s As String = Format(7.125, "00000.0##")
|
||
|
|
Print s
|
||
|
|
Sleep
|