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>putvaluefile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 putValueFile()
 Assign a value to specified column at current cursor position based
 on contents of file
------------------------------------------------------------------------------
 Prototype

     ERRCODE putValueFile(
                                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 assigned.

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

 Description

     putValueFile() places the contents of a file referenced by
     lpbFile into column uiIndex in the work area referenced by wa.

 Files  Header file is Rdd.api.


See Also: AREA getValueFile()

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