Global.exe is another simple example program brought to you from the friendly 
folks at the Materiel Systems Center, Wright Patterson AFB, Ohio.  I made one post 
about Global Variables and have received anough e-mail of people asking for examples, 
that I decided to post the example here.

	Directions, just run the executable in it's own directory and it will unzip itself
into all it's simple glory.  

	It's a real basic, what you see is what you get kinda example.  Nothing fancy,
no validation or error checking.  If you look at the .PAS files you'll see how it was 
set up.  

	Globalv is the Global Variable Unit.  Any variable declarations made here can
be used in any form as long as the Globalv unit is included in the Uses Clause of the 
form.



Ted Herrlich

herrlit@wpdis01.wpafb.af.mil