×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Setting up a table in a VBS

Setting up a table in a VBS

Setting up a table in a VBS

(OP)
I have a VBS that I use to create folders for each part I program. I have 10 customers that I use alot then there are others. I would like to create a table or list or something so I wouldn't have to type in the name every time.
here is what I use.

Dim companyname
Dim Program

Do 'ask until a real company name is entered
companyname=Trim(AskString("Company Name?"))
Loop While companyname="Company Name?" Or companyname="((ESC))" Or companyname=""


when it asks for name I would like to put in 1 or 2 or 3 and hte right customer be put in there. or if I pick other I would then type in new customer's name.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources