GSAK (Geocaching Swiss Army Knife)
 

Contents - Index


AppendFile (function)

AppendFile(sFilename, sData) : string                

The AppendFile is similar to the PUTFILE command with the exception being that the data is appended to the file. If the file does not exist it will be created.
  

SET $Data = AppendFile($_Install + "\test.txt","Some saved Setting")
IF Left($Data,7) = "*Error*"
Pause Msg="$Data"
Cancel
ENDIF

Summary
Copyright 2004-2008 CWE Computer Services  
Privacy Policy Contact