|
-
Feb 4th, 2001, 06:38 PM
#1
Thread Starter
Fanatic Member
Like in javascript you do:
var whatever = prompt("text","default");
How can I do this in VBScript?
Alcohol & calculus don't mix.
Never drink & derive.
-
Feb 4th, 2001, 07:44 PM
#2
PowerPoster
try this pete:
Code:
whatever = inputbox("Your Question")
-
Feb 4th, 2001, 07:49 PM
#3
PowerPoster
More options:
Code:
whatever = InputBox("What you what to know", "Your Title", "This is the default option...")
-
Feb 4th, 2001, 07:56 PM
#4
Thread Starter
Fanatic Member
Alcohol & calculus don't mix.
Never drink & derive.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|