Question : How to create stack

Hi All,

I want to create stack.

What command should I use ? How to use it ?

Thank you.

Answer : How to create stack


do while stackTable.Count <> 0
   messagebox.show( stackTable.Pop)
loop
Random Solutions  
 
programming4us programming4us