Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text file problem
Message
From
08/09/2000 15:06:29
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00413222
Message ID:
00414355
Views:
19
A lot easier...
I did it in 2 minutes.
Dim oFso As Scripting.FileSystemObject
Dim oStream As Scripting.TextStream
Set oFso = New Scripting.FileSystemObject
Set oStream = oFso.OpenTextFile(FILE, ForAppending, True)

oStream.WriteLine tPosting.sCustomerCode & (...)
Set oFso = Nothing
Set oStream = Nothing
It's just that when I have something that's going wrong, I want to know why.
I didn't find out this time...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform