I've forgot

Discussion in 'AutoCAD' started by Adesu, Feb 1, 2005.

  1. Adesu

    Adesu Guest

    I've searched in help file,but forgot location this file,this script is how
    to create txt file in order to as figure ,this below,would you help me were
    this file location on help file,thanks

    no. | item
     
    Adesu, Feb 1, 2005
    #1
  2. Adesu

    James Allen Guest

    Looks like "Control Characters in Strings" in the "AutoLISP Developer's
    Guide". (a2k5)
    Maybe you are looking for "\t"?
     
    James Allen, Feb 1, 2005
    #2
  3. Adesu

    Adesu Guest

    Hi James, now I got it,thanks for your advice
    Chapter 8 -- AutoLISP Basics
    Basic Output Functions
    Control Characters in Strings

    _$ (prompt "\nName\tOffice\n- - - - -\t- - - - -
    (_> \nSue\t101\nJoe\t102\nSam\t103\n") (princ)

    Name Office
    - - - - - - - - - -
    Sue 101
    Joe 102
    Sam 103
     
    Adesu, Feb 2, 2005
    #3
  4. Adesu

    James Allen Guest

    You're welcome.

    James


     
    James Allen, Feb 2, 2005
    #4
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.