PDA

View Full Version : Simple Question, again


BoKirra
2008-11-21, 07:39 AM
Hi ALL,

I am writing multiple line notes in my routine.
Instead of putting ";" in front of each line, does the following format give the same result?

;[Multi-line notes
Multi-line notes
Multi-line notes
]

Thanks in advance

Tom Beauford
2008-11-21, 01:29 PM
No, try:

;|Multi-line notes
Multi-line notes
Multi-line notes
|

pipe symbol above the Enter Key.

ccowgill
2008-11-21, 01:59 PM
No, try:

;|Multi-line notes
Multi-line notes
Multi-line notes
|;

pipe symbol above the Enter Key.
I thought you had to have a closing ;

Tom Beauford
2008-11-21, 02:09 PM
I thought you had to have a closing ;
You're right, semicolon before the pipe symbol to start and semicolon after the pipe symbol to close.

BoKirra
2008-11-23, 10:32 PM
You're right, semicolon before the pipe symbol to start and semicolon after the pipe symbol to close.

Thanks for your helps, Tom & Christopher.