C5_SET FIXED

SET FIXED
 Toggle fixing of the number of decimal digits displayed
------------------------------------------------------------------------------
 Syntax

     SET FIXED on | OFF | <xlToggle>

 Arguments

     ON fixes the decimal places display at the number of digits
     specified by SET DECIMALS.

     OFF allows the operation or function to determine the number of
     decimal places to display.

     <xlToggle> is a logical expression that must be enclosed in
     parentheses.  A value of true (.T.) is the same as ON, and a value of
     false (.F.) is the same as OFF.

 Description

     SET FIXED toggles control of the display of decimal digits by the
     current DECIMALS setting.  When FIXED is ON, display of all numeric
     output is fixed at the DECIMALS setting (two places if the SET DECIMALS
     default value is in effect).  When FIXED is OFF, numeric output displays
     according to the default rules for numeric display.  These are described
     in the "Basic Concepts" chapter of the Programming and Utilities Guide.

     Note that SET FIXED and SET DECIMALS affect only the display format of
     numeric values and not the actual numeric precision of calculations.

 Files   Library is CLIPPER.LIB.

See Also: EXP() LOG() SET DECIMALS SQRT() VAL()



3 responses to “C5_SET FIXED

  1. Pingback: C5 UI Global Settings | Viva Clipper !

  2. Pingback: C5 User Interface | Viva Clipper !

  3. Pingback: C5 Commands | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.