connormac
Industrial
- Mar 6, 2006
- 1
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.
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.