Guest User

Guest User

  • Tech Writer
  • 98
  • 42.2k

Creating a variable inside a loop value

Jun 23 2020 2:36 PM
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)