Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>say_fmt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SAY_FMT()
   Prints text according to parameters set in a format string.

   Syntax
         SAY_FMT(cFormatString)

   Arguments
         cFormatString Sets the string of instructions for printing.

   Returns
         None

   Description
         SAY_FMT() prints text according to parameters set in a format
         string. The format codes can be placed in the format string
         between bar characters to change the line and font attributes for
         a particular text string.
  +-----------------------------------------------------------------------+
  |Format Codes                                                           |
  |-----------------------------------------------------------------------|
  |(X,Y)|Location                    |DR|Write text from left to right    |
  |CF<#>|Select font                 |DL|Write text from right to left    |
  |KF<#>|Select foreground color     |DU|Write text from bottom to top    |
  |KB<#>|Select background color     |DD|Write text from top to bottom    |
  |AT   |Align at the top            |JS|Justify at the start of the line |
  |AC   |Align at the center line    |JE|Justify at the end of the line   |
  |AB   |Align at the baseline       |JC|Justify at the center of the line|
  |A_   |Align at the bottom         |R0|Rotate 0 degrees                 |
  |SP<#>|Set horizontal spacing value|R1|Rotate 90 degrees                |
  |UN   |Underline start/stop        |R2|Rotate 180 degrees               |
  |     |                            |R3|Rotate 270 degrees               |
  +-----------------------------------------------------------------------+

See Also: SAY_FIXED() SAY_TEXT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson