Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

PARTCOLOR( _index[, _colour[, _setit ]] )

Purpose

Return a specified portion of a colour string, and optionally set
colour to it.

Arguments

     _index -- which part of the colour string

     _colour -- if passed, colour string to use, else SETCOLOR()

     _setit -- if passed, whether to set that colour, else .T.

Setup

None.

Example

     _clr = PARTCOLOR( 2, "B+/W,W/R,B,,B/W" )     && returns "W/R"

Returns

Portion of colour string.

Side Effects

May set colour.

Artful Calls

ABREAK.

Source File

AA_SYCLR.PRG

See Also: SYSCOLOR() DOSCOLOR()

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