GetFormat

Name

GetFormat -- Returns information on output formatting

Synopsis

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

Description

GetFormat returns the current formatting style.

The first version reports on output style of values of type NUMBER.

The second version reports on output formatting for values of type TEXT.

The third and fourth versions report on formatting styles for strategy profiles.

The fifth and sixth versions report on formatting of output of extensive and normal form savefiles.

See also

Format.