multiply, or "*"
basicaly, I have defined a table as a variable D, if i multiply D by itself, or any other table I get a result like the following:
D*D=10.451, where D=1, 3, 4, 2, 6,... (values are made up here but you get the idea)
or D*d=2.345 where D is the same as above but d=3,6,1,4,8 or such
I want a result that reads D*D=1,6,8,4,36... (value 1 gets multipled by itsef, then value 2 etc..
thanks for the help