thecaleb
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 1/25/2012
-
Status: offline
|
HELP! Save input as a txt file?
Wednesday, January 25, 2012 1:56 PM
( permalink)
Alright, I am new to .VBS and I am using Microsoft visual studio to write my code/program. I have a beautiful design, with two input boxes and a subbmit button. My question is how do I take the users input from both lines and to save it to a txt file in a directory when hey click the submit button. Thanks :D
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:HELP! Save input as a txt file?
Wednesday, January 25, 2012 3:30 PM
( permalink)
Show us your code, from what you say you are writing a flavor of VB that is not VBScript. Noing that would help immensely with figuring out the issue.
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
Re:HELP! Save input as a txt file?
Wednesday, January 25, 2012 5:10 PM
( permalink)
ebgreen Show us your code, from what you say you are writing a flavor of VB that is not VBScript. Noing that would help immensely with figuring out the issue. Many people use VBScript in Visual Studio, so it can not be discounted that what the OP says is true.
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:HELP! Save input as a txt file?
Thursday, January 26, 2012 3:10 AM
( permalink)
Yeah, it is entirely possible that it really is VBScript. Without seeing some code it's really hard to give a real answer though.
|
|
|
|