This content has been marked as final.
Show 4 replies
-
1. Re: Clear functions
Harry Kunz May 15, 2010 12:26 AM (in response to d0brin)If you have a function named myfunc, you can remove it using the delete keyword.
delete myfunc; //no parenthesis after the func name
-
2. Re: Clear functions
d0brin May 15, 2010 2:03 AM (in response to Harry Kunz)nope it doesn't work i suppose it would work if the code was on the same frame but my code must work on frame 6 and on frame 7 must not work.
-
3. Re: Clear functions
Ned Murphy May 15, 2010 4:37 AM (in response to d0brin)The delete command will work on any frame subsequent to and including frame 6, so if you place it on frame 7 it will delete what was established in frame 6.
-
4. Re: Clear functions
d0brin May 15, 2010 5:23 AM (in response to Ned Murphy)well i placed it but it doesn't clear it?




