OpenPrevious()

This application will show you on how to create your own STACK of screens. Whenever a Screen is opened it adds that currenct screen to a STACK, whenever you use the OpenPreviousFromStack() it will use the screens that have been previously opened from an array.

** NOTICE - On this sample, notice that I'm not using the Built-in functions Open and OpenPrevious. I'm using my own set of Graphics Function (on Graphics Script);

** NOTICE II - All tags are SCOPE LOCAL;