What are the rules that vb6 uses to find the apostrophe that marks the beginning of a commented out portion of a line(s)?
I don't feel confident about my ability to define such rules because of :
- apostrophes inside string literals
- apostrophes inside nested double quotes in string operations
- the fact that double quotes can occur in comments
- the fact that a line can be continued over multiple lines
- colons breaking up a single line
- possible other rules that I'm unaware of