End [@Procedure(),Value.l,Timeout.l)
Posted: Fri Mar 24, 2006 1:47 pm
Just a thought.
Sometimes it could be usefull to De-Init some stuff if quitting an application due to fatal errors in procedures. Then often I use the END command inside procedures to quit the app. But before I need to release and free some API Stuff using an own Procedure DeInitEND() and sometimes I forget this before the END command.
So, it would be nice to specifiy optionaly an Procedure to the END command which will be executed before the real END command is executed.
Not a big deal, maybe makes thinks a little big more easy.
Thanks for reading.
Sometimes it could be usefull to De-Init some stuff if quitting an application due to fatal errors in procedures. Then often I use the END command inside procedures to quit the app. But before I need to release and free some API Stuff using an own Procedure DeInitEND() and sometimes I forget this before the END command.
So, it would be nice to specifiy optionaly an Procedure to the END command which will be executed before the real END command is executed.
Not a big deal, maybe makes thinks a little big more easy.
Thanks for reading.