Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
Jerry Thomas
- Macro Veteran
- Posts: 267
- Joined: Mon Sep 27, 2010 8:57 pm
- Location: Seattle, WA
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?
-
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.