hi, i have a problem. I am using Visual Basic and is using File System Object. Now after i create a text file, i want to assign variables.. Dim fso As New FileSystemObject Dim fsoStream As TextStream ' Create a text file, and return a reference to a TextStream Set fsoStream = fso.CreateTextFile("c:\junk\junk.txt", True) ' Write to the file fsoStream.WriteLine "First line in the text file." fsoStream.WriteBlankLines 2 fsoStream.WriteLine "Line after two blank lines." fsoStream.Close Set fsoStream = Nothing Set fso = Nothing The letters in bold is the probleam i am having.. i want to assign a variable instead of String text.. Aslo wats the meaning of reading file..i wrote the code but it does nothing Nash Hon
Nashes
Posts
-
how to assign variable -
How to write configuration files?i written a reply to ur email..pls reply me as soon as possible...thanks :) Nash Hon
-
How to write configuration files?hi to ya'll..want to ask a ques..ok lets say i have an Linux operating system and i want to write a configuration file into the system that can read the data entered by the user**(data enter by user is done using VB, VB is used to create the interface and then vbscript is used to generate a text file. The text file contains all info entered by the user. This text file is then sent to the Linux OS, and a configuration file in the os is used to validate the info entered)**.Ok, my ques is what language am i going to use, and how am i going to do it? Nash Hon
-
how to create a configuration file??hi to ya'll..want to ask a ques..ok lets say i have an Linux operating system and i want to write a configuration file into the system that can read the data entered by the user**(data enter by user is done using VB, VB is used to create the interface and then vbscript is used to generate a text file. The text file contains all info entered by the user. This text file is then sent to the Linux OS, and a configuration file in the os is used to validate the info entered).**Ok, my ques is what language am i going to use, and how am i going to do it? Nash Hon