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 Library for Clipper - <b>l_crlf()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_CRLF()


Syntax:        L_CRLF(<expN>, <expC>)


Purpose:       Calculates the number of characters between a specified
               point in a string and the next carriage return line
               feed pair.


Arguments:     <expC> is the string to be searched.

               <expN> is the starting position within the string.


Returns:       The number of characters between the specified starting
               position and the next carriage return line feed pair.


Usage:         Very useful when writing reports or manipulating memo
               fields.


Examples:      In this example there are 15 characters between
               character 20 and the next carriage return line feed
               pair.

               ? L_CRLF(20,str1)           && Result: 15


Language:      C

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