[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   sf_char_say           Allows a quick replacement for the replicate
------------------------------------------------------------------------------

    procedure sf_char_say prototype
      parameters value int lrow,;
                 value int lcol,;
                 value int char,;
                 value int attr,;
                 value int len

    This function allows a quick replacement for the following...

    __color_std = 31
    @ 10, 10 ?? replicate( "A", 10 )

    with...

    sf_char_say( 10, 10, 65, 31, 10 )

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson