phxcoyotes097
Programmer
I need helping pulling characters from a prompt.
The prompt:
Enter Product Class Code: (#, #;#, [RETURN]=ALL, E=Exit)
Then Entries:
1. The Operator can enter EN (Product Class).
or
2. The Operator can enter EN;TJ;KI (Multiple Product Classes).
I'm having problem with #2.
I want to pull the Product Classes only.
The number of product classes can change, depending on the entry.
I would like to loop through that string using the ";" as a count to find out how many entries there are. I will then use those entries for a sql.
Please, the easiest and fastest code would be appricated.
Ken S.
The prompt:
Enter Product Class Code: (#, #;#, [RETURN]=ALL, E=Exit)
Then Entries:
1. The Operator can enter EN (Product Class).
or
2. The Operator can enter EN;TJ;KI (Multiple Product Classes).
I'm having problem with #2.
I want to pull the Product Classes only.
The number of product classes can change, depending on the entry.
I would like to loop through that string using the ";" as a count to find out how many entries there are. I will then use those entries for a sql.
Please, the easiest and fastest code would be appricated.
Ken S.