use Array() function to list products, try something like this
remember array starting count is 0, means 0 = Bread, 1 = Cake ....Code:PrdAr = Array("Bread", "Cake", "Biscuit") 'add more Label2.Caption = PrdAr(cnt)
|
Results 1 to 27 of 27
Threaded View
|
Click Here to Expand Forum to Full Width |