home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY1 / EXISTS.ZIP / READ.ME < prev   
Text File  |  1990-02-14  |  498b  |  10 lines

  1. Exists.PBU is made from Exists.Bas
  2. DemoEx.Bas is the source code that uses Exists and was used to compile the
  3. .EXE file.
  4.  
  5.  The remarks in the source code to Esxists shows one of the most common reasons
  6. why a TB program may have trouble compiling under PB. This is because of the
  7. unlimited string space in PB, which results in more than one string segment.
  8. This brings in the new functions StrPtr(string) and StrSeg(string) which return
  9. the string segment and string offset  of the string.
  10.