
-----------------------------------
kythoon
Wed May 21, 2003 9:29 pm

delete non used varibles
-----------------------------------
is there any way to check if your not using a varible?

i have tons but i'm not sure if i'm using them all


do you just have to search of each one?

-----------------------------------
Asok
Wed May 21, 2003 9:37 pm


-----------------------------------
you need to actually check to make sure it's being used.

or if it's a mathematical thing, default it to 0 and then check the value at the end of the program.

-----------------------------------
kythoon
Wed May 21, 2003 9:50 pm


-----------------------------------
oh, didn't know that

thanks

-----------------------------------
Tony
Thu May 22, 2003 10:19 am


-----------------------------------
also I think that turing has that debug program that tells you the values of variables used as the program is running... Atleast I remember using it in v3 once :?
