Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - ripcolunit http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipColUnit
 Get/set column unit
------------------------------------------------------------------------------
 Syntax

    RipColUnit([<nNewUnit>]) -> nOldUnit

 Parameters

    <nNewUnit> is the new number of columns per RIP unit.

 Returns

    Old number of columns per RIP unit.

 Description

    The default value of RipColUnit() is 10 columns per inch.

    You can call RipColUnit() even if the RIP has not been initialized.

 Example

    // Set column spacing to match the current font.  If it's not a
    // fixed-pitch font, this is approximate.

    RipColUnit(1 / FontAveWidth(RipFont))

See Also: RipRowUnit RipRCUnits

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson