code is too long for 1 line

Discussion in 'AutoCAD' started by frank roegiers, Apr 8, 2004.

  1. Hi,


    How can I divide the code over several lines, because the lines are too long
    to have an overview



    greetz


    Frank
     
    frank roegiers, Apr 8, 2004
    #1
  2. frank roegiers

    elefebvre Guest

    underscore at the end of the line: _
     
    elefebvre, Apr 8, 2004
    #2
  3. Frank,

    With " _" you can devide the code over several lines for example:
    This comes from one of my routine's and it fills an array

    arrTest = Array("A", "B", "C", _
    "D", "E")

    Best regards,
    Frank
     
    Frank Jan Koole, Apr 8, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.