home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DBASEII / DBEDITOR.TXT < prev    next >
Text File  |  2000-06-30  |  1KB  |  23 lines

  1. EDITING WITH DBASE
  2. by Jim Hicks, SNUG, October 1987
  3.  
  4. (A tip on one limitation of the dBase II command editor)
  5.  
  6. I ran into something while writing a program that I hadn't
  7. encountered before.  As usual, I was using Wordstar to write the
  8. dBase program (using non-document mode, of course).  While
  9. running the program, I needed to make a small change and used the
  10. dBase editor to make it instead of exiting dBase and returning to
  11. Wordstar.  When I reran the program, it bombed out!
  12.  
  13. The problem was because the dBase editor only uses an 80
  14. character wide line.  I had written one of the program lines in
  15. Wordstar that was some 90 characters long.  When I used the dBase
  16. editor, it chopped off the 10 extra characters which caused the
  17. program to crash.
  18.  
  19. Lesson learned - either make sure your dBase program lines don't
  20. exceed 80 characters or else make any changes using the text
  21. editor you originally used to write the program.  Ah, the hazards
  22. of trying to program these beasts.
  23.