G
Guest
Using C# Application form button
numbers represent User IDs
I have a string with this value
s = "AGENTS/n090122/n098222/n989888/n676767/nEND OF DISPLAY"
I need to loop through the above for each id skip the text and then run a command foe each id im looping through.
Whats the best way to do this, Some Tokenizer or split?
Could anybody create me a example.
I am new to programming.
thanks for any help.
numbers represent User IDs
I have a string with this value
s = "AGENTS/n090122/n098222/n989888/n676767/nEND OF DISPLAY"
I need to loop through the above for each id skip the text and then run a command foe each id im looping through.
Whats the best way to do this, Some Tokenizer or split?
Could anybody create me a example.
I am new to programming.
thanks for any help.