G
Guest
I need to parse through a string for each number and then run a command.
Each number only which represents a employee id.
string a = "AGENTS\n093333\n8883773\n3338373\nEND OF RESULTS"
When I press a submit button I want this to execute
for each employee id i will have it run a command or somthing.
Im not sure how to write a tokenizer or string split.
I am new to programming im not sure about a for loop either.
Thanks for any examples.
Each number only which represents a employee id.
string a = "AGENTS\n093333\n8883773\n3338373\nEND OF RESULTS"
When I press a submit button I want this to execute
for each employee id i will have it run a command or somthing.
Im not sure how to write a tokenizer or string split.
I am new to programming im not sure about a for loop either.
Thanks for any examples.