home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / whale22r.zip / REV22.TXT < prev    next >
Text File  |  1994-12-31  |  2KB  |  68 lines

  1. Whale Express 2.2   January 1995
  2. --------------------------------
  3. Please note that the following changes have not yet been reflected in the
  4. Whalex docuementation or Help file.  We were anxious to have these new 
  5. features available and will update the Help file in a future version.
  6.  
  7. Thanks again for your support!
  8.  
  9. ----------------------------------------------------
  10. * New Commands
  11. ----------------------------------------------------
  12.  
  13. logColumns
  14.         logColumns tells Whale Express to insert line breaks after so many
  15.         characters so that it will be easier to read log files with 
  16.         DOS file readers.
  17.         
  18.         logColumn  72
  19.         This will tell the OpenLog command to wrap each line after the
  20.         72nd character in each line.
  21.  
  22.         logColumn 0
  23.         This will reset the OpenLog command so that text will be logged in
  24.         it's original form.
  25.  
  26. logSave
  27.         Typically, Logging only occurs when you use the ReadList command.
  28.         Sometimes you'll want to save a List withour reading the messages
  29.         or you'll want to just save current text(like in Stock area)
  30.         Using logSave will force Whale Express to save the current
  31.         list or text to the file opened by the previous OpenLog command.
  32.  
  33. ----------------------------------------------------
  34. Bug Fixes
  35. ----------------------------------------------------
  36. OpenLog
  37.  
  38.     Null characters made it so on some editors you couldn't read
  39.     more then the list of messages.
  40.     
  41.     Fixed problem with automatically appending to existing files.
  42.  
  43.     Removed excessive separator characters between messages
  44.  
  45.  
  46. Keyword
  47.  
  48.     Speed up Keyword by checking for WAOL 2.0 style forms and the older ones
  49.  
  50.  
  51. ----------------------------------------------------
  52. New Scripts
  53. ----------------------------------------------------
  54.  
  55.     PRINT.WEX  
  56.     This is actually a script which you might want to call from your
  57.     existing scripts.
  58.  
  59.     SAVEAS.WEX
  60.     Demostrates using the %Time variable to crete a file name. This is
  61.     another example of a script you'd call from your main script.
  62.  
  63.     BREAKIN.WEX
  64.     This script shows how the BEGIN/REPEAT commands can be used to force
  65.     your way into your favorite room.
  66.     In this example we use the Lobby but you can use any room name
  67.     
  68.