+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Full Member
    Using
    not specified
    Join Date
    Jul 2006
    Location
    Hyderabad
    Posts
    84

    Default create a text file using lisp

    Registered forum members do not see this ad.

    hi everybody,

    i want 2 create a text file by using lisp. my need i want 2 check the drawing file and print the result in text file using lisp. can anyone help
    me
    regards
    m.arunachalam

  2. #2
    Super Moderator rkmcswain's Avatar
    Computer Details
    rkmcswain's Computer Details
    Operating System:
    Windows 7 Pro x64
    Motherboard:
    Intel DZ77RE-75K
    CPU:
    i7-3770K 3.50GHz
    RAM:
    32GB
    Graphics:
    Nvidia Quadro 2000
    Primary Storage:
    125GB SSD
    Secondary Storage:
    500GB SATA
    Monitor:
    ASUS 27" / ASUS 24"
    Discipline
    Civil
    Using
    Civil 3D 2013
    Join Date
    Sep 2005
    Location
    Houston
    Posts
    3,633

    Default

    Open VLIDE, go to HELP.

    Look up the following functions

    (open)
    (close)
    (write-line)
    (princ)

    The description for (write-line) includes an example of writing a file.

  3. #3
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    Registered forum members do not see this ad.

    I'm not sure what you mean by checking the drawing file. Could you please explain further on this. Different drawing checks provide different results, some also provide the results as a text file.

    I have a few ideas, but I need to know better what exactly you're trying to achieve.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts