home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l408 / 2.img / EXAMPLES.EXE / EXAMPLES / MISC / BLOADSAV.FRM (.txt) next >
Encoding:
Visual Basic Form  |  1991-04-22  |  1.5 KB  |  44 lines

  1.     BloadSave
  2. Bsave and Bload Routines
  3. Form2
  4. Label1
  5. Enter a file name to use:
  6. Text1
  7. Label2
  8. Result:
  9. Label3
  10. Command1
  11. Text1_Change
  12. Text1_KeyPress,
  13. KeyAscii
  14.     TestArray
  15.     ReadArray
  16. WriteArray
  17. Result
  18. Bsave
  19. Text1
  20. Length
  21. Label3
  22. Caption
  23. Bload
  24. SelStart
  25.     SelLength
  26. Elements
  27. Command1_Click
  28.     BloadSave
  29. Text1_KeyPress
  30.  How many elements for arrays
  31.  Avoid Beep 
  32.  Select all for next entry
  33.  if an error occurred 
  34. Error"
  35.  attempting Bsave"
  36.  if an error occurredl
  37. Error"
  38.  attempting Bload"
  39.  Test the results 
  40.  Assume OK
  41. Bsave and Bload were successful!
  42. Error on array compare!"
  43. Command1_Click
  44.