2
Answers

Creating a variable inside a loop value

Photo of Guest User

Guest User

4y
473
1
The foreach sample below has a product which value is Product1
 
Is it possible to use the Product as variable? or something like
 
product(3) As Dictionary(Of String, String)
  1. foreach(product in ProductList)  
  2. {  
  3. product //Product1  
  4. }  

Answers (2)