it didn't work.... I'm not sure what to do here. it doesn't show up in the task bar either so an Alt Tab won't work....
Does MS like Arrays? I'm thinking I could first store all the data in a big ol' array and then run a loop on the program and have it spit out the stored data there...
Search found 3 matches
- Fri Aug 19, 2005 9:21 pm
- Forum: Technical / Scripting
- Topic: Looping
- Replies: 5
- Views: 6486
- Fri Aug 19, 2005 6:59 pm
- Forum: Technical / Scripting
- Topic: Looping
- Replies: 5
- Views: 6486
Almost there
Hi, Thanks for the snippet. I added the second prompt (to request the individual picking list). The only problem I'm having now is that it doesn't focus to the input box on each loop. How do I do that? Input>NumLists,Enter number of picking lists required Let>k=0 Repeat>k Let>k=k+1 Input>PList,Scan ...
- Fri Aug 19, 2005 5:33 pm
- Forum: Technical / Scripting
- Topic: Looping
- Replies: 5
- Views: 6486
Looping
Hi, Im new to this program but familiar with VBScript. I want to build a macro that will 1) prompt the user as to how many times to run the loop and 2)request input on each occurance of the loop. This macro will basically ask how many orders there are, then ask for each order number one by one, foll...