MC-Basic:SYSTEM.DOUBLEFORMAT

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Sys.DoubleFormat = <''number''> |AVAILABILITY= All versions |DESCRIPTION= Set the  printing format  of double-type numbers. 1 – print  …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Set the  printing format  of double-type numbers.

1 – print  in Floating point format  (  132.555 )

0 - print  in Exponential format         ( 1.325550000000000e+02 )

Syntax

Sys.DoubleFormat = <number>

Availability

All versions

Type

<number>: Long

Range

<number>: 0, 1

Default

0

Scope

Configuration only

Examples

Sys.DoubleFormat = 1

? Sys.DoubleFormat

1

See Also