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>asize() gets the number of elements in an asave() array file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ASIZE()     Gets the number of elements in an ASAVE() array file

 Syntax....: ASIZE( "FileName.Ext" )
 Parameters: <expC>: "FileName.Ext" = an array filename string

 Returns...: <expN>: the length of the array if file opened successfully,
                     else returns -1
 Cautions..: none
 CC Calls..: FREADLN()
 Alias.....: none

 Example...: PRIVATE a_ray[ ASIZE( "FileName.Ext" ) ]
             ARESTC( a_ray,"FileName.Ext" )


See Also: AFTYPE ASAVEC ASAVED ASAVEL ASAVEN ASAVEX ARESTC ARESTD ARESTL ARESTN ARESTX

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