1
vote
3answers
203 views

How to give name on different intances of the same class on iOS - iPhone

I am developing an iPhone application which has a lot of different cards, each one of those represents a car. So, every card has some instance variables and one image. My class CarCard is loading data ...
0
votes
1answer
407 views

Looping variable names in fortran 90

I have a large amount of arrays of different dimensions. However, I name them with a sequential order, say var1, var2, and so on. In order to read them, I would be interested in looping over them in ...
2
votes
5answers
484 views

php for loop variable names

i got a code of 100-200 rules for making a table. but the whole time is happening the same. i got a variable $xm3, then i make a column . next row, i got $xm2 and make column. next row, i got $xm1 and ...
4
votes
6answers
8k views

Create variable names using a loop in Java?

first time poster, long time reader so be gentle with me :) See the following code which works to generate me timestamps for the beginning and end of every month in a financial year. int year = ...