SonG0han
01-30-2008, 12:45 PM
Hi, this happens since AMS 6 or maybe even AMS 5. If you use var=[[xx]]; for a multiline string variable the editor does not seem to recognize it properly.
It is colored in this way:
VarName = [[Text here]];
shouldnt it be like this:
VarName = [[Text here]];
And if the "Text here" contains a "'" (e.g. don't) the colorcoding is broken and all text after the ' is in purple.
VarName = [[Text here. Don't do it!]];
And all other Code here...
It is colored in this way:
VarName = [[Text here]];
shouldnt it be like this:
VarName = [[Text here]];
And if the "Text here" contains a "'" (e.g. don't) the colorcoding is broken and all text after the ' is in purple.
VarName = [[Text here. Don't do it!]];
And all other Code here...