I got a simplest question - how can I hyphen a long program line (XBLite) into next line(s) ? For instance, such line as - IF (virtKey = $$VK_HOME) OR (virtKey = $$VK_END) OR (virtKey = $$VK_RIGHT) OR (virtKey = $$VK_LEFT) OR (virtKey = $$VK_DELETE) is hardly readable. Seems better to cut such line into several parts. WHAT character I need to insert at the end of line to show a compiler, that this line isn't ended and will continue on next line ? It's too difficult to find an answer in XBLite FAQ. Sorry, I'm using XBLite only a couple of days  My native languages - XBase++, Clipper, Visual FoxPro. |