home *** CD-ROM | disk | FTP | other *** search
/ Chip: Extra / Image.bin / aol / util / whale / new25.txt < prev    next >
Encoding:
Text File  |  1995-06-19  |  1.7 KB  |  59 lines

  1. New for Whale Express 2.5
  2. ----------------------------------------------------
  3. The main changes for Whalex 2.5 is for compatibility
  4. with future AOL versions.  
  5.  
  6. AOL Preview users must be using AOL 2.5 99.1 or greater.
  7.  
  8.  
  9.  
  10. More buttons
  11. ------------
  12. ReadList doesn't automatically check for the various More
  13. buttons.  If you're message board has active more buttons you'll 
  14. need to include  
  15.  
  16. listMore  ON
  17.  
  18. In most cases AOL will send all the list items you'll want to
  19. read and it will greatly speed up our readlist processing!
  20. You'll notice the difference the next time you use ReadList.
  21.  
  22.  
  23. Next Buttons
  24. ------------
  25. Whalex used to automatically look for the Next buttons in processing
  26. message boards.  Since many message boards have changed to threaded 
  27. and redundant boards we found checking for the Next button was slowing
  28. down most scripts.
  29.  
  30. Whalex will no longer automatically select the Next button.  This could 
  31. affect some of your working scripts.  If you currently have scripts which
  32. depend on this feature add the following to the start of your script.
  33.  
  34. listNext  ON
  35.  
  36.  
  37. OpenAOLog
  38. ---------
  39. By request, this new command will open AOL's session log.
  40. This is required if you want to open alot and then manually 
  41. read messages.
  42. If you're using ReadList, SelectList or logSave, you'll continue to 
  43. use our regular OpenLog command.
  44.  
  45. Comments
  46. --------
  47. You may now start your comments with either a REM statement or the
  48. ' character.  This has been expanded to be more compatible with
  49. people used to Visual Basic.
  50.  
  51.  
  52.  
  53. Keyword
  54. -------
  55. By popular demand, we've changed the keyword command back so it will
  56. check for the change between free and pay areas.
  57.  
  58.  
  59.