COLOR

This function will set the background/foreground colors of the control specified.

COLOR(tag // Background Color // Foreground Color)

PARAMETERS

tag

The TAG value of one of the controls on your form.  This is the control that the user-selected value will be stored to

Background Color

The background color*

Foreground Color

The foreground color*

Example:
To change the ‘myText’ textbox to red foreground on black background:
COLOR(mytext//0//255)