Monday, September 8, 2008

v7.50.0020 - 2008-09-08 10:04

  • + Scripting: Re-added command "br" (it had been removed in v7.50.0016). Reason: It's still useful. For example, the simple line ::br; will prevent all automatic line breaking in msg, text, and copytext. So, to show HTML without replacing <br> with CRLF you now can go two ways:
      ::readurl $a, "http://www.xyplorer.com"; text $a,,,,,""
      ::readurl $a, "http://www.xyplorer.com"; br; text $a;