• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    *jemery0630

    SYSVAR LIST

    113 Views, 5 Replies
    06-12-2003 01:13 AM
    The list in the help file does not seem to be 100% complete. Is the list in
    the Express tools under System Variable Editor a complete list of all the
    sysvar's? If not, anyone no where to get a complete list?
    Please use plain text.
    *Ambrosius, Lee

    Re: SYSVAR LIST

    06-12-2003 01:32 AM in reply to: *jemery0630
    No the list is only up to and including AutoCAD 2000 that comes with ET.
    The link below will get you a complete document from R12 - 2004.

    Robust Version
    http://www.hyperpics.com/images/AutoCAD%20System%20Variables.pdf

    Quick Guide
    http://www.hyperpics.com/images/AutoCAD%20System%20Variable%20Quick%20Guide.
    pdf

    Thanks,
    Lee Ambrosius
    HyperPics, http://www.hyperpics.com


    "jemery0630" wrote in message
    news:814E422423480AB2B7D22EA808F35A2C@in.WebX.maYIadrTaRb...
    > The list in the help file does not seem to be 100% complete. Is the list
    in
    > the Express tools under System Variable Editor a complete list of all the
    > sysvar's? If not, anyone no where to get a complete list?
    >
    >
    Please use plain text.
    *jemery0630

    Re:

    06-12-2003 01:40 AM in reply to: *jemery0630
    Thanks
    "Lee Ambrosius" wrote in message
    news:3AA2403CBE2CEF2D521AFDEE8F9F6D5A@in.WebX.maYIadrTaRb...
    > No the list is only up to and including AutoCAD 2000 that comes with ET.
    > The link below will get you a complete document from R12 - 2004.
    >
    > Robust Version
    > http://www.hyperpics.com/images/AutoCAD%20System%20Variables.pdf
    >
    > Quick Guide
    >
    http://www.hyperpics.com/images/AutoCAD%20System%20Variable%20Quick%20Guide.
    > pdf
    >
    > Thanks,
    > Lee Ambrosius
    > HyperPics, http://www.hyperpics.com
    >
    >
    > "jemery0630" wrote in message
    > news:814E422423480AB2B7D22EA808F35A2C@in.WebX.maYIadrTaRb...
    > > The list in the help file does not seem to be 100% complete. Is the list
    > in
    > > the Express tools under System Variable Editor a complete list of all
    the
    > > sysvar's? If not, anyone no where to get a complete list?
    > >
    > >
    >
    >
    Please use plain text.
    *Ambrosius, Lee

    Re:

    06-12-2003 02:07 AM in reply to: *jemery0630
    Not a problem... let me know if you see something missing or that could be
    elaborated on a little bit more.

    Thanks,
    Lee Ambrosius
    HyperPics, http://www.hyperpics.com
    Please use plain text.
    *Alessi, Marc'Antonio

    Re:

    06-12-2003 03:50 PM in reply to: *jemery0630
    About CPUTICKS and MILLISECS, what is more accurate?

    _______________________________________________________

    CPUTICKS (Undocumeted) (Read-only) R2000i:

    Number of CPU clock ticks and *** is more accurate ***
    in time keeping than MILLISEC
    _______________________________________________________


    _______________________________________________________

    MILLISECS (Undocumeted) (Read-only) R2000i:

    *** More accurate *** time information than the time
    value held in CPUTICKS
    _______________________________________________________




    "Lee Ambrosius" ha scritto nel messaggio
    news:108042F72D1588B01D84CD73754F3905@in.WebX.maYIadrTaRb...
    > Not a problem... let me know if you see something missing or that could be
    > elaborated on a little bit more.
    >
    > Thanks,
    > Lee Ambrosius
    > HyperPics, http://www.hyperpics.com
    >
    >
    Please use plain text.
    *Ambrosius, Lee

    Re:

    06-12-2003 09:28 PM in reply to: *jemery0630
    Thanks... this is what I have that has not been added yet for these two....

    CPUTICKS is from the Pentium counter register. It's a very high frequency
    timer.

    MILLISECS is from the Win32 GetTickCount API. It's the number of millisecs
    since the system was booted.

    Thanks,
    Lee Ambrosius
    HyperPics, http://www.hyperpics.com

    "Marc'Antonio Alessi" wrote in message
    news:66A4E5BE6C67614DA97DF6D9DCAA2646@in.WebX.maYIadrTaRb...
    > About CPUTICKS and MILLISECS, what is more accurate?
    >
    > _______________________________________________________
    >
    > CPUTICKS (Undocumeted) (Read-only) R2000i:
    >
    > Number of CPU clock ticks and *** is more accurate ***
    > in time keeping than MILLISEC
    > _______________________________________________________
    >
    >
    > _______________________________________________________
    >
    > MILLISECS (Undocumeted) (Read-only) R2000i:
    >
    > *** More accurate *** time information than the time
    > value held in CPUTICKS
    > _______________________________________________________
    Please use plain text.