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

 Syntax....: AFTYPE( "FileName.Ext" )
 Parameters: <expC>: FileName.Ext = complete file name of the array file

 Returns...: <expC>: an upper case character signifying the data type
             of the array "C","D","L","N", or "X" (X= mixed type)
 Cautions..: none
 CC Calls..: FREADLN()
 Alias.....: none

 Example...: mtype= AFTYPE( "FileName.Ext" )


See Also: ASIZE 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