You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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