|
Dragonar Beginner
Joined: 14 Apr 2003 Posts: 16 Location: USA
|
Posted: Thu Mar 11, 2004 11:40 pm
Closing a Log |
Is there a way to close a Log from inside a trigger or something instead of going to file and doing close log manually? I know the #LOG makes one.. how do you close it without doing File?
Thankyou beforehand for answering. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Mar 12, 2004 1:14 am |
#LOG
It's a toggle. |
|
|
|
Dragonar Beginner
Joined: 14 Apr 2003 Posts: 16 Location: USA
|
Posted: Fri Mar 12, 2004 1:21 am |
Whoa *thwap* Thanks Light .. Lifesaver as usual..
|
|
|
|
Dorrin Novice
Joined: 08 Aug 2002 Posts: 41
|
Posted: Sat Mar 13, 2004 4:00 am |
toggling the #log again only stops text from being appended. To actually close the file, you would have to go to the menu under file and select close log. OR you could set up an unlog alias.
#alias {unlog} {#menu {File|close log}} |
|
|
|
|
|