Procedure stack

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Fangbeast.

I mentioned this quite a while back and I still desperately need this. A procedure stack would allow me to have my procedures "out of order" and not constantly have to worry about which one was in the right place etc, etc because the stack could be called and checked to see if a called procedure existed at all.

I am doing a lot of housekeeping and even though the programs are not huge, it is still taking a lot of time to make sure eveything is always in the right order, especially when so many procedures depend on others for results.

:):):)

Fangles