Is it possible to call the last function executed?
For instance a function is executed and completed. Then another function is called to execute this exact function again? not a new one.
It would act like the browser history does.
hie
i think u're able of doin smth like that this way:
use global variable 2 save the function that u're callin now as string:
CurrentFunction=""+MySuperCoolFunction()+""
& then just call it this way:
eval(CurrentFunction)
i didnt checked it myself, its just an idea but it might be workable..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.