Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>color_s2n()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COLOR_S2N()

    This function converts a dBASE color string to a numeric. It is used
    internally by HELP(), HELPDEV(), and COLORPAL().

    Syntax

    COLOR_S2N( <cColorstring> )

    Parameter

    <cColor> is a dBASE color string.  Note that when using magenta, you
    must specify it as "BR" rather than "RB".

    Return Value

    COLOR_S2N() returns a numeric corresponding to the color string.

    Sample Usage

    COLOR_S2N("W/N")    // returns 7

See Also: COLOR_N2S()

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