6 lines
98 B
Text
6 lines
98 B
Text
|
|
window 1, @"Formatted Numeric Output", (0,0,480,270)
|
||
|
|
|
||
|
|
print using "0000#.###";7.125
|
||
|
|
|
||
|
|
HandleEvents
|