Format

Name

Format -- Sets various formatting options

Synopsis

Format[x->NUMBER, {width<->0}, {decimals<->6}, {expmode<->False}] =: NUMBER 
Format[x->TEXT, {quote<->False}] =: TEXT 
Format[x->MIXED, {info<->False}, {names<->False}] =: MIXED
Format[x->BEHAV, {info<->False}, {names<->False}] =: BEHAV
Format[x->EFG, {decimals<->6}] =: EFG
Format[x->NFG, {decimals<->6}] =: NFG

Description

Format sets various formatting options.

The first version sets the formatting style for output of NUMBER data types on output streams.

The second version sets the formatting style for output of text on output streams.

The third and fourth versions set the formatting style for output of profiles on output streams.

The fifth and sixth versions set the formatting style for game savefiles.

See also

ListFormat, Write.