Hi
Im new to vb.net and I m using a queue to my program to queue the client name. The problem is that I want to queue the client id as well in a row. For example
queue(0) = Mark, 764
queue(1) = John , 345
is there any way to do that?
thanks in advance
Im new to vb.net and I m using a queue to my program to queue the client name. The problem is that I want to queue the client id as well in a row. For example
queue(0) = Mark, 764
queue(1) = John , 345
is there any way to do that?
thanks in advance