Bernie,

Try the following syntax:

-- Start
CLS
CHOOSE vAction FROM Start.pop TITLE 'Master2' +
CAPTION 'Click an action' LINES 5 +
OPTION LIST_FONT_SIZE 14 +
|LIST_FONT_COLOR Maroon +
|LIST_FONT_NAME COURIER +
|LIST_BOLD ON
RETURN
-- End

Note:

. Just copy and paste the above block as a command file
  and then:

  RUN filename.RMD

. You'll need to change the QUOTE settings on your end.

Tips:

. If you need to use the font as BOLD, you'll need to
  use that option as a separate option, such as:
   LIST_BOLD ON

. In a situation like yours, use the mono-spaced font,
  such as COURIER.

. Mono-spaced fonts include, COURIER, COURIER NEW,
  LUCIDA CONSOLE, FIXEDSYS and TERMINAL.

That's all there is to it!

Have fun!

Very Best R:egards,

Razzak.



Reply via email to