hi all,

i want to run a while (some condition holds) loop, and each time it is executed create a variable, a different one. my problem is: how do i get them to have different names, in particular, ongoing ones like "entry1", "entry2",...

can i have like a counting integer which i used to name the variables?

thanks,
richard

No, this is not possible. You could have an array of size Nnamed entry and have entries 0 through N-1.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.