home *** CD-ROM | disk | FTP | other *** search
- Exists.PBU is made from Exists.Bas
- DemoEx.Bas is the source code that uses Exists and was used to compile the
- .EXE file.
-
- The remarks in the source code to Esxists 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.
-