passing variables between projects

Discussion in 'AutoCAD' started by Steven, Feb 17, 2005.

  1. Steven

    Steven Guest

    I have one main project that launches other projects and I need to pass
    variables between them. any have any suggestions?
     
    Steven, Feb 17, 2005
    #1
  2. Steven

    Kim Guest

    Here's three easy ways.

    1. Keep the variable global (don't declare it in the function)
    2. Use blackboard variables.
    3. Use User system variables Userr1-5, Users1-5, and Useri1-5 for Real,
    Strings and Integers respectively.
     
    Kim, Feb 17, 2005
    #2
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.