Quote: "And by the way, if theres any advanced c++ style programmers reading this, could you tell me what lookup tables are? ( i dont do c++ but i wondered if they are gonna be put into DBPRO.)"
Haha...DBP...using look ups *WHAHAHAHAHAHAHAHAHAA*
*hrm* anyway...look up tables are used to determine results with pre-calculated answers. Its like an excel document with loads of data waiting to be called via conversion equations. For instance, rather than having "Rotate 15 degrees" you could put "1" thru the table, and have "15 degrees" come out. Its just a better and more efficient way of storing data; also makes it easier to look at.
Theres another type/definition/use of look up tables but I assume that was the one you were talking about... It can actually be emulated quite nicely using arrays if you wish.
Live as if to die tomorrow...
Learn as if to live forever.