PreviousNext
Help > Development > W-Language Functions for AS/400 > IFS functions > ASfSaveText/ASfSaveBinary > Example
Example

 

 

buf is Buffer

 

IF NOT ASfSaveText("/tmp/data.txt", buf, MyConnection) THEN

 Info(ErrorInfo()) 

END