Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_schar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_schar()


Syntax:     b_schar(<expN1>,<expN2>,[<expN3>])

Purpose:    Read screen character(s) starting at x

Arguments:  <expN1> is row position

            <expN2> is column position

            <expN3> is number of characters to read    (optional)

Returns:    A character or a character string

Note:       If only the first two parameters are sent, a single character
            is read.

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------


   @1,1 say "Hello World!"

   qout( b_schar(1,1) )
     H
   qout( b_schar(1,1,4) )
     Hell

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