DISK 3/5

GRAPH2	Anim.bas: This program reads the graphics image and then 
	moves the object across the screen.  Very elementary 
	animation.  These are simple examples of the types of 	animation 
	that Power Basic can perform.  As time permits more powerful 
	examples will be shown, be sure to watch for them.  Screen bit 
	plane files: ega.red.  The graphics 	image was drawn using 
	Deluxe Paint II ega.blu and captured with save_ega. ega.grn 
	ega.int.  Power Basic source code included. Save_EGA.exe:  
	Save_ega is a TSR written in Turbo Pascal.  Save_EGA captures 640 
	x 350 graphic screens as four separate bit planes which can then 
	be loaded by Power Basic.

GRAPH3	PBCopy.bas: This example program loads a graphics image in the 
	backgound and illustrates how to copy from the background to 
	the foreground.  This is a workaround for the PCOPY command 
	found in QB. EightDay.bas: This sample program shows how to 
	generate an Industrial Eight Day Chart Recorder on Screen.  
	Take the idea and run with it.  Be sure to show us what you 
	come up with.  Analog.bas: This is an outline for creating an 
	on-screen Analog Meter display.  Our outline programs are for 
	programmers with experienced programming skills. For purposes 
	of expedience this program has been created as an outline, and 
	is offered to those who can take a basic outline and enhance 
	it for their own purposes.

HUFFMA	Huffman Encoding File Compression Technique. Converted to 
	Power Basic by M. Rosenberg CI$: [73707,2545].

INDENT	The Basic Programmers Best Friend INDENT will help basic 
	programmers using either the Turbo Basic(tm) language by 
	Borland or Power Basic(tm) by Specta Publishing and most 
	likely any basic language source code stored in ascii format.

LBOX	Well...as the story goes, I need a routine that would pop up a 
	listbox giving me choices of products my company sells so that 
	they could easily be selected. Since PowerBasic is relativly 
	new, and no one had done it, I decided to take on the task.

LISVAR	When your POWER-BASIC units contain EXTERNAL variables, you 
	have to declare them all PUBLIC in the main file. This utility 
	does it for me! The output file is a tidy alphabetized list of 
	these variables, to be $INCLUDE'ed in the main file. No more 
	ERROR 503's !!

LJLBAR	This group of routines with the function FNCode39$ defines the 
	128 characters of the Code 39 barcode set, and downloads them 
	to the HP Laserjet II printer as an alternate character set.  
	This character set is for use in the landscape mode only.  The 
	printer is reset by the sub Font39LandDownload, and landscape 
	mode is then selected, the font set is then formated, and 
	downloaded.  The function FNCode39$ is used to toggle between 
	Code 39 and normal text sent to the printer.

LRWIND	LRWIND.PBU (Leithauser Research Windows) is a simple window 
	function for PowerBASIC. The emphasis here is on SIMPLE. There 
	are several more powerful WINDOWS functions available. 
	However, they are more complicated to use. More important, 
	they add up to 40 K to your program size, even if you don't 
	use most of the features the function offers. LRWIND.PBU adds 
	only 4 K.

LSTRAN	LSTRANGE displays named ranges in Lotus 1-2-3 spreadsheet 
	files.  Output can be viewed on the screen or redirected to 
	the printer or to a file using standard DOS redirection 
	symbols.

MAKE	UTILITY TO COMPILE ALL .PBU FILES THAT ARE NOT CURRENT

MAKE2	This is a bug fix and an upgrade to Make version 1.0.

















