(I"M just wondering)Code:is it true that if there is text and then there is a _
it means that is you delete that _
and bring the other line up it will work?
Printable View
(I"M just wondering)Code:is it true that if there is text and then there is a _
it means that is you delete that _
and bring the other line up it will work?
Yeah. _ is vb's line continuation character, if you delete it and bring the next line up it acts exactly the same.
Ok, thanks