Results 1 to 7 of 7

Thread: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

  1. #1
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Guys,
    Can someone assist by pointing out my error.
    I have put it all in single lined into the command line and it works. Run the routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Not sure what it is, expecting something real silly.

    Regards

    Stephen
    Attached Files Attached Files

  2. #2
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,707
    Login to Give a bone
    0

    Default Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Yes, to you
    Code:
    (setvar "CMDECHO" 0 )
    |
    your code
    |
    (setvar "CMDECHO" 1 )
    : ) Happy Computing !

    kennet

  3. #3
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Ha ha hah,
    Thank you kennet. Like I said, it would be something stupid.

    Regards

    Stephen

  4. #4
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Kennet,
    Maybe you can assist ?
    Does anyone know how to open visual lisp editor with lisp ? (what command if any ?)
    Can anyone explain to me what the different modes do with the ".fas" compiler ?

    mode

    The compiler mode, which can be one of the following symbols:

    st Standard build mode

    lsm Optimize and link indirectly

    lsa Optimize and link directly



    Regards

    Stephen

  5. #5
    I could stop if I wanted to
    Join Date
    2015-08
    Posts
    263
    Login to Give a bone
    0

    Default Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Quote Originally Posted by stephen.coff
    Kennet,
    Does anyone know how to open visual lisp editor with lisp ? (what command if any ?)
    Stephen,

    Try
    Code:
     (c:vlide)
    Regards

    Abdul Huck

  6. #6
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,707
    Login to Give a bone
    0

    Default Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Quote Originally Posted by stephen.coff
    Kennet,
    Maybe you can assist ?
    Does anyone know how to open visual lisp editor with lisp ? (what command if any ?)
    Can anyone explain to me what the different modes do with the ".fas" compiler ? . . .

    Regards

    Stephen
    st Standard build mode
    Standard mode is sufficient for most application.

    lsm Optimize and link indirectly
    The optimize mode can reduce your executable file size by eleminating internal functions and variable symbols.

    lsa Optimize and link directly
    The link mode can optimize your program's speed by substituting references to functions' names with a direct reference to the function's compiled body.

    You will find a lot of more information under the [F1] button inside Vlide (c:vlide)

    : ) Happy Computing !

    kennet

  7. #7
    I could stop if I wanted to
    Join Date
    2005-08
    Posts
    378
    Login to Give a bone
    0

    Cool Re: Run routine and get "; error: bad argument type: (or stringp symbolp): nil"

    Abdulhuck,
    Sorry for the long delay, chirstmas always has things crazily busy.
    Q. How do I close vlide, and thank you (c:vlide) opens perfectly.

    Regards

    Stephen

Similar Threads

  1. Error: bad argument type: FILE "r"
    By shell2712 in forum AutoLISP
    Replies: 0
    Last Post: 2013-09-04, 08:29 PM
  2. Replies: 8
    Last Post: 2012-01-28, 10:01 PM
  3. VBALOAD error: bad argument type: stringp nil
    By jpaulsen in forum AutoLISP
    Replies: 5
    Last Post: 2011-11-09, 05:52 PM
  4. Replies: 4
    Last Post: 2009-05-22, 05:21 AM
  5. Replies: 3
    Last Post: 2006-12-11, 08:31 PM

Posting Permissions

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