Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To in visual basic.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00689072
Message ID:
00689079
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform