Advertentie | |
|
![]() |
|
![]() |
Zo zeg dat is lang geleden. Die goede ouwe VB tijd. zit nu eingelijk meer in PHP
![]() Ik heb wel wat voor je gevonden: http://www.vb-world.net/files/openstatement/ argg.. krijg allemaal flashbacks ![]() |
![]() |
|
![]() |
Code:
Dim nFile As Integer, sText As String nFile=FreeFile Open "pipo.txt" For Input As #nFile sText=Input$(LOF(nFile),#nFile) Close #nFIle Of gebruik FileSystemObject (ook voor ASP) Code:
Dim oFso as Object, oTxt as Object, sText As String Set oFso=CreateObject("Scripting.FileSystemObject") set oTxt=oFso.OpenTextFile("pipo.txt", 1) '// 1=lezen , 2=schrijven, 8=Append sText=oTxt.ReadAll() oTxt.Close set oFso=Nothing |
![]() |
Topictools | Zoek in deze topic |
|
|
![]() |
||||
Forum | Topic | Reacties | Laatste bericht | |
Software & Hardware |
Winsock programmeren -> Visual C#.NET / Visual Basic 6 bla1991 | 9 | 25-07-2005 17:06 | |
Huiswerkvragen: Exacte vakken |
visual basic HELP! deecee | 4 | 05-07-2004 23:37 | |
Software & Hardware |
[VB] Tips voor examen-opgave? deecee | 3 | 18-06-2004 12:01 | |
Software & Hardware |
[Software] Visual Basic / Studio 6.0 Verwijderd | 14 | 26-05-2004 09:04 | |
Algemene schoolzaken |
Visual Basics Opdracht gigasmit | 2 | 25-03-2004 13:53 | |
Software & Hardware |
[Visual Basic] Tekst naar .txt bestand schrijven I-brahimovic | 24 | 17-05-2003 17:32 |