
-----------------------------------
Prince
Sun May 25, 2003 1:40 am

same procedures, different names
-----------------------------------
is there a difference between procedures like Draw.Box and drawbox or is it jus programmers preference of which to use

-----------------------------------
Catalyst
Sun May 25, 2003 1:42 am


-----------------------------------
exact same thing
when they came out with turing 3.11 they changed everything over to modules (Draw.Box) but left in the old dos commands (drawbox)

-----------------------------------
Homer_simpson
Sun May 25, 2003 10:08 am


-----------------------------------
they left it so if a program is written by old turing u can compile it in new turing...

-----------------------------------
JSBN
Sun May 25, 2003 10:59 am


-----------------------------------
also if ur used to turing 3X, u might like that old commands better and prefer to use them instead. I've seen smost people use the drawbox commands and not the Draw.Box commands.

-----------------------------------
Delta
Mon May 26, 2003 1:53 pm


-----------------------------------
Thats the thing though if you have a program created in the old turing (DOS) it's not granteed to run in the new TURING or WinOOT. Some of the commands have changed and some are just messed. Columns and row problems happen all the time.

-----------------------------------
Homer_simpson
Mon May 26, 2003 3:44 pm


-----------------------------------
well it's always like that, you can never open an excell file made with excell 2000 by excel 98 =/
