#include "FiveTouch.ch"
function Main()
local cFileLocation, cFile
cFileLocation := DownloadLocation()+"/"
cFile := "test.dbf"
if file( cFileLocation+cFile )
MemoWrit( cFile, MemoRead( cFileLocation+cFile ) )
endif
MsgInfo( "Hello world from FiveTouch" )
return nil
Users browsing this forum: No registered users and 7 guests