English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need help for the following input box.
dim response1 as string
response1=inputbox("1-Price,2-Quantity,3-customer")

and I want to see the result as
1-Price.
2-Quantity.
3-Customer.

2007-03-08 00:03:26 · 1 answers · asked by monalisa 2 in Computers & Internet Programming & Design

1 answers

You'd be better off to input the 3 values in 3 separate boxes but basically you need to search the response1 string for the commas (delimiters) and use that method to separate into 3 strings for display.

2007-03-08 04:32:45 · answer #1 · answered by rod 6 · 0 1

fedest.com, questions and answers