|
Post by jarychk on Jul 20, 2022 19:04:40 GMT
QUESTION NOW IS SOLVED!!!
I cannot make this work correctly. SYNTAX ERROR. I made these very well a few years ago but now I do not know how to .
What am I writing wrong here?
NOTICE "TITLE or HEADING"+chr$(13) +"First line wording"+chr(13) +"Second line wording"+chr$(13) +"Maybe last line."
SOLVED! See next post.
|
|
|
Post by jarychk on Jul 20, 2022 19:29:34 GMT
Here is the method, as the same example.
NOTICE "TITLE or HEADING"+chr$(13) _ +"First line wording" _ +chr(13)+"Second line wording" _ +chr$(13)+"Maybe last line."
I searched for some of my own code posted on this forum from about 3 years ago to see an actual good example.
|
|