Creates a color set from the current color settings.
Syntax
CREATE COLOR SET ColorSetName
Arguments
ColorSetName
Specifies the name of the color set to create.
Remarks
Every color pair in every color scheme is saved in the color set you create. A color set name can be up to 24 characters long in Visual FoxPro, (10 characters in earlier FoxPro versions) and can contain numbers and underscores, but it cannot begin with a number.
Once you have created a color set, you can load it with SET COLOR SET.
Color sets are saved in the Visual FoxPro resource file. If a color set exists with the same name you specify, it is overwritten.
For more information on color schemes and color pairs, see the Colors Overview online topic.