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)
- foreach(product in ProductList)
- {
- product //Product1
- }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Jun 24, 2020, 5:06 AM
Jignesh KumarPosted Jun 24, 2020, 12:13 AM