SA_TxtDeleteLast


 

SA_TxtDeleteLast deletes from the text file the last record in the file.

int SA_TxtDeleteLast ( SA_FH TxtFH );

Parameters:
TxtFH
The handle of the previously opened or prepared text file.

Note the following:

  1. Function return codes are as follows:

  2.  

    Value

    Meaning

    1

    Success.

    -nn

    Error as described in Sunaccess Errors

     

     



Sunaccess Reference SA_TxtDelete