Hi Everyone,
I would like to ask something which I guess is basic for many of you, but I'll ask anyway, just because I don't know the answer myself..
Here it is:
Basicly I would like to know which command can I use in order to choose a cell with i,j (- integers) when i stands for the column *number* (1 for A 2 for B etc) and j for the Row)
Could you please print a code which uses a double "for" loop with i and j as its indexes which insert "1" for cells A1:C3 (square), one cell at a time.
This will allow me to use the code in my original program.
Thanks so much,
Ran
I would like to ask something which I guess is basic for many of you, but I'll ask anyway, just because I don't know the answer myself..
Here it is:
Basicly I would like to know which command can I use in order to choose a cell with i,j (- integers) when i stands for the column *number* (1 for A 2 for B etc) and j for the Row)
Could you please print a code which uses a double "for" loop with i and j as its indexes which insert "1" for cells A1:C3 (square), one cell at a time.
This will allow me to use the code in my original program.
Thanks so much,
Ran