Inconsistent Message behavior with CRLF

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Jerry Thomas
Macro Veteran
Posts: 267
Joined: Mon Sep 27, 2010 8:57 pm
Location: Seattle, WA

Inconsistent Message behavior with CRLF

Post by Jerry Thomas » Fri Oct 08, 2010 9:28 pm

I found a discrepancy in how Message and MessageModal respect or ignore %CRLF%.

Code: Select all

Let>IGNORESPACES=0
Let>strMessageText=Line1%CRLF%Line2

//This works
MessageModal>Text1

Let>IGNORESPACES=1
Let>strMessageText2=Line1%CRLF%Line2

//This does not work
MessageModal>Text2

//This still works
MessageModal>Text1
So the string created under IGNORESPACES=0 is different than when IGNORESPACES=1.

(BTW, Line1 %CRLF% Line2 behaves the same as with no spaces)

Is this intentional?
Thanks,
Jerry

[email protected]

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 11, 2010 8:44 am

No, it's not intentional - %CRLF% should not be ignored. We'll get it sorted.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

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