Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>__retclen passes character string back to clipper</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
__RETCLEN          Passes character string back to Clipper


Syntax Usage:  .   mov    <register1>,   <SEGMENT>
                   mov    <register2>,   <OFFSET>
                   mov    <register3>,   <LENGTH>
                   push   <register3>
                   push   <register1>
                   push   <register2>
                   call   __RETCLEN
                   add    sp,6


Arguments:     <SEGMENT> is the segment address of string.
               <OFFSET> is the offset address of string.
               <LENGTH> is the length of the string to return to
               Clipper.

Description:   __RETCLEN passes back to Clipper a character string
               pointed to by <register1> and <register2>.  It passes it
               with the specified length.  This string can have embedded
               CHR(0)s.

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson