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() pass a character string and length to clipper</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_retclen()         Pass a character string and length to Clipper


Syntax Usage:  #include     "extend.h"

               void         _retclen(string, len)

               char         *string;  Character string to count
               int          len;      Length of string, including
                                      embedded CHR(0)

Description:   _retclen() returns a string with a specified length.
               This function differs from _retc() in that it accounts
               for embedded CHR(0)s within the string.

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