Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To in visual basic.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00689072
Message ID:
00689079
Views:
20
This message has been marked as the solution to the initial question of the thread.
>Can anybody tell me how you append a string of text to the end of a text file in VB. Foxpro is easy, but can't figure how where to look for strtofile in VB.

Hi,
Open "SomeFile.txt" For Append As #1
Print #1, "This is a test."
Close #1
Previous
Reply
Map
View

Click here to load this message in the networking platform