WriteLN bug? And also scrolling issues

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
OlgaFB
Pro Scripter
Posts: 58
Joined: Mon Nov 01, 2004 3:04 pm
Contact:

WriteLN bug? And also scrolling issues

Post by OlgaFB » Sun Jan 23, 2005 5:08 pm

Hi,

Two bugs:

1) I have the following code:

WriteLn>C:\testmsg.txt,"Title:"%CRLF%%title%%CRLF%Message:%CRLF%%MsgText%%CRLF%That's it!

When MsgText contains 1000 chars of text, and title 59 chars. WHat is printed to the file, is just a part of MsgText and "..." and "That's it!".

I mean, no "Title" and no title and no "Message" and even the MsgText starts from its 15th character (this becomes the beginning of the file).

Why would it be?

2) Scrolling in Editor.

When I scroll quickly, the editor scrolling as if stucks - it doesn't happen in any other editor, no matter how quickly the mouse is scrolling.

Btw, when I scroll slowly, it scrolls ok in Msched editor.

With best regards,
Olga.

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Sun Jan 23, 2005 8:33 pm

1. Your syntax is incorrect. WriteLn requires a result variable. See the help file for the correct syntax.

2. Will look into it.
MJT Net Support
[email protected]

OlgaFB
Pro Scripter
Posts: 58
Joined: Mon Nov 01, 2004 3:04 pm
Contact:

Post by OlgaFB » Mon Jan 24, 2005 8:14 am

Wow...

Then it's indeed an interesting thing, that it still does something, and that it writes to the file some part of the MsgText variable... ;)

I'm sorry I didn't put attention to the syntax,
Thank you,
Olga.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts