B
Bad_Kid
I have to program something like dynamic table generator.
table has to look like x axe = numbers, y axe = characters, and table
elements are strings:
input is from file like: a5 = "hey"; a6 = "helou"; b1="haha";
c3="qwert"...
what to use as table??? Which is the easiest way?
thanx! bye
table has to look like x axe = numbers, y axe = characters, and table
elements are strings:
input is from file like: a5 = "hey"; a6 = "helou"; b1="haha";
c3="qwert"...
what to use as table??? Which is the easiest way?
thanx! bye