Solved How do I annotate consecutive lines of content?

Question that is answered or resolved.

hbdhl

Active member
Guys, I'm going to comment on consecutive multiple lines, is there any other way than putting a # sign at the beginning of each line?
Inside Notepad, I typed /* */, """"""", they didn't work, and what was sandwiched in between was still recognized by OpenBOR.
 
Guys, I'm going to comment on consecutive multiple lines, is there any other way than putting a # sign at the beginning of each line?
Inside Notepad, I typed /* */, """"""", they didn't work, and what was sandwiched in between was still recognized by OpenBOR.

Sorry, but no. Script supports comment blocks, but text commands only have inline comments. The closest you can get is setting up a macro in your editor.

DC
 
Sorry, but no. Script supports comment blocks, but text commands only have inline comments. The closest you can get is setting up a macro in your editor.

DC
Thanks for the answer and then I realized I forgot to use Word, which is best for working with words.
Select the desired range, ctrl+H, OK!
 
Back
Top Bottom