Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_revcolor() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_REVCOLOR()

 DESCRIPTION

 C_REVCOLOR() returns the reversed foreground and background color
 of a specified color string.

 SYNTAX

 C_REVCOLOR(color)

 PARAMETERS

 color (C) is the color string for determining the reverse color.

 RETURNS

 C_REVCOLOR() returns a character string containing the reversed
 foreground and background color extracted from the given color string.

 EXAMPLES

 && Return reverse of colors
 ? c_revcolor("W/B")      --> B/W
 ? c_revcolor("W+/B")     --> B/W
 ? c_revcolor("W/R,BG/N") --> R/W


See Also: C_HIGHCOLOR() C_FGCOLOR() C_HIDECOLOR() C_EXTCOLOR()

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