Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>getvaluefile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 getValueFile()
 Retrieve the current value of a column and put it into a file
------------------------------------------------------------------------------
 Prototype

     ERRCODE getValueFile(
                                AREAP wa,
                                USHORT uiIndex,
                                BYTEP lpbFile
                             )

 Arguments

     wa is a pointer to self.

     uiIndex is the ordinal position of the column (memo field) whose
     value is to be obtained.

     lpbFile is a pointer to a string representing the file name.

 Description

     getValueFile() retrieves the current value of the column
     referenced by uiIndex in the work area referenced by wa.  The current
     value is put into a file referenced by lpbFile.

 Files  Header file is Rdd.api.


See Also: AREA putValueFile()

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