Read AutoLISP Global Variables from VB.NET

Discussion in 'AutoCAD' started by RACKMAP, Jan 12, 2005.

  1. RACKMAP

    RACKMAP Guest

    Is there a way to read AutoLISP Global Variables from within a VB.NET application in AutoCAD 2005? If so how?

    My goal is to take the AutoLISP Global Variable and write it to a database.

    Thanks,
    Steve
     
    RACKMAP, Jan 12, 2005
    #1
  2. RACKMAP

    krispy Guest

    maybe use LISP to write the variables to a text file and then use the text file in VB to write to database?
     
    krispy, Jan 12, 2005
    #2
  3. RACKMAP

    RACKMAP Guest

    That's what I have been doing for the last 6 years. I was hoping there was a way to directly read the AutoLISP variable directly from VB.NET.
     
    RACKMAP, Jan 12, 2005
    #3
  4. RACKMAP

    Matt W Guest

    What about using USERR1-5, USERS1-5??
     
    Matt W, Jan 12, 2005
    #4
  5. RACKMAP

    RACKMAP Guest

    Thanks for the reply. That was my first choice 6 years ago. However my string data is over one thousand characters. That exceeded the capacity of USERS1-5.

    I found a routine in another NG but the code doesn't work. At least for me.
     
    RACKMAP, Jan 12, 2005
    #5
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.