Previous Topic: Examples

Next Topic: POSITION

PAINT

PAINT modifies the color of all generated lines for the given extent when the basic DSPF/PRTF source member is viewed. Painting the original device source extent clearly identifies the related generated source and is recommended before you create and attach device user source functions. Only lines produced by the CA 2E device generator are affected by this command.

)

{PAINT | PNT}

COLOR={CLEAR(CLR) | RED | GREEN(GRN) | WHITE(WHT) | TURQUOISE(TRQ) | YELLOW(YLW) | PINK(PNK) | BLUE(BLU) }

CLEAR removes any previous color. The abbreviation of a color in parentheses is equivalent to the main name.

Note: For all colors, the PAINT command paints only unchanged lines within the processed extent. For example, suppose an extent of source lines was painted yellow and then its second line was changed using the UPDATE command. If the entire extent is then painted blue later in the device user source, line two remains yellow whereas all others appear in blue.