error message

Discussion in 'AutoCAD' started by mothball, Feb 6, 2004.

  1. mothball

    mothball Guest

    I have written a VERY simple lisp to control layer states. I have 3 others that are practically identical and work just fine. When I load this one I get an this error message:

    ;error: malformed string on input

    Does anyone know what this means and how to fix it?

    Thanks

    Mothball
     
    mothball, Feb 6, 2004
    #1
  2. mothball

    Thomas Smith Guest

    Usually it means you've got a string with an open quote, but no close
    quote...
    Ex:
    (setq myString "hello world)



    that are practically identical and work just fine. When I load this one I
    get an this error message:
     
    Thomas Smith, Feb 6, 2004
    #2
  3. mothball

    Rudy Tovar Guest

    You're missing a <">.


    that are practically identical and work just fine. When I load this one I
    get an this error message:
     
    Rudy Tovar, Feb 6, 2004
    #3
  4. mothball

    mothball Guest

    Thanks guys must have had a brain fart or something!
     
    mothball, Feb 6, 2004
    #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.