Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read In A Flat File
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00568716
Message ID:
00571945
Vues:
14
FSO is a much better way of handling text files with VB. In order to use FSO, add the Microsoft Scripting Runtime to your project's references then define a variables for the FSO object and TextStream objects:

Public fso As New FileSystemObject, fsoTS As TextStream

You may use your object browser to see all the available properties of the FSO object.
Karriem A. Shabazz
4MF Software Solutions
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform