Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>alongest() determine the longest string in an array (option: within a range)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ALONGEST()  Determine the longest string in an array (option: within a range)

 Syntax....: aLen= ALONGEST( <ac_ray> [,ss1 [,ss2]] )
 Parameters: <arrC>: ac_ray = the array to be searched
 [optional]  <expN>: i_ss1  = starting subscript      [default=1]
             <expN>: i_ss2  = ending subscript        [default=last]

 Returns...: <expN>: the length of the longest string in a string array
 Cautions..: must be a string array
 CC Calls..: none
 Alias.....: none

 Example...: PRIVATE aray[9]
             aLen= ALONGEST( aray )                 && Result: mLen = 9


See Also: ASIZE

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