Reply to comment

How do I use the FONTCOLOR and BACKCOLOR mnemonics in dL4?

The FONTCOLOR and the BACKCOLOR mnemonics set the foreground text and background colors, respectively. They take RGB color values to set appropriate color. The following statements provide examples for both FONTCOLOR and BACKCOLOR.

Print '0 BACKCOLOR 255FONTCOLOR' 
! black background, blue foreground
Print '65280 FONTCOLOR 255 BACKCOLOR' 
! green foreground, blue background

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options