RGB(red;green;blue) - any integer number from 0 to 16777215 obtained by combining the
red,
green, and
blue values (each ranging from 0 to 255) to represent a color.
Use this function to revert text to the default font color for the field. If you don’t use the
RGB function to specify a color, all of the text displays in the default font color that was set in Layout mode for the field. When the font color is specified by the
RGB function, only the specified font color is removed from every portion of the text displayed in that color and these same portions of the text are then displayed in the field's default font color.
TextColorRemove(“Red Text and Green Text”) returns
Red Text and Green Text displayed in the field’s default font color.
TextColorRemove(“Red Text and Green Text”;RGB(255;0;0)) returns
Red Text and Green Text with only the pure red font color removed from the words
Red Text.