DISK 2/5

EXAMP2	E-Mail from the Spectra Publishing (Power BASIC) 
	conference on CompuServe. Masses of interesting help and 
	advice.

EXISTS	The remarks in the source code to Exists shows one of 
	the most common reasons why a TB program may have trouble 
	compiling under PB. This is because of the unlimited 
	string space in PB, which results in more than one string 
	segment. This brings in the new functions StrPtr(string) 
	and StrSeg(string) which return the string segment and 
	string offset  of the string.

FNDFIL	FF.BAS is a demo that can show a directory of files in 
	the current directory.  FindFile.PBU was compiled in the 
	IDE using the options that are in the FindFile.BAS source 
	code.

GETCWD	Routine to obtaine Directory Information, for use with 
	Power BASIC

GRAPH1   Dotdisp.bas: This program reads a text line, and 
	generates a left scrolling sign of large dots. Clock.bas: 
	Reads computer system clock and displays time 	in large 
	numbers.  Mload.bas: Graphics demo program, loads the 
	printed circuit card image.  Shows how completed Deluxe 
	Paint graphic images can be captured and displayed for 
	use by Power Basic.  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.



