Skip to Content
0
Jul 01, 2020 at 12:56 PM

How to loop through the consecutive variable names for storing the values in them

107 Views

HI,

I want to loop through parameter values declared as "e1", "e2", "e3", "e4" and so on to store the different values in them. The data can be accessed in for loop but I do not know how to store the values in these variables using loop

I can not use arrays or lists because of some reasons.

I want to display the values from these parameter values in crystal reports with declared parameters respectively.

I am using VB.NET Windows Form Application.