You are not logged in.

denizunlu

Beginner

  • "denizunlu" is male
  • "denizunlu" started this thread

Posts: 18

Date of registration: Dec 10th 2011

Location: Istanbul

Occupation: Developer

  • Send private message

1

Friday, November 30th 2012, 4:57pm

File I/O

Dear Friends,

I just realized something. After digging a little, I managed to append some string in a file. Please use vb#vbfilemode.append syntax file appending a string to the end of a file.


Jabaco Source

1
2
Dim mvFH As VBFileHandler dim myTestFile as string
   mvFH=Open(App.Path & myTestFile, vb#VBFileMode.Append)   mvFH.appendString sPacket & vbCrLf   mvFH.close

Rate this thread
WoltLab Burning Board