• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Active Member
    Posts: 7
    Registered: ‎03-11-2010

    Text Lisp routine needed for merging text styles..

    1122 Views, 27 Replies
    03-11-2010 03:54 PM
    ACAD Question...What's the command for merging one text style into another one? For example; I want to merge the text style 'ISTANDARD' to 'STANDARD' globally in an entire drawing. What is the quickest, fastest way to accomplish this...? After this is done i'll purge the old 'ISTANDARD' text style out of the drawing....TY
    Please use plain text.
    *Murph

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:12 PM in reply to: caddoodler
    Rename if its a new text style not yet created, otherwise quick select the
    text with the text style and change it in the property palette.


    --

    Murph
    http://map3d.wordpress.com/


    "CADDoodler" wrote in message news:6353463@discussion.autodesk.com...
    ACAD Question...What's the command for merging one text style into another
    one? For example; I want to merge the text style 'ISTANDARD' to 'STANDARD'
    globally in an entire drawing. What is the quickest, fastest way to
    accomplish this...? After this is done i'll purge the old 'ISTANDARD' text
    style out of the drawing....TY
    Please use plain text.
    *None

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:23 PM in reply to: caddoodler
    Murph wrote:
    > Rename if its a new text style not yet created, otherwise quick select the
    > text with the text style and change it in the property palette.
    >
    >

    Load the attached. It will change ANY style to any style you want (if
    both are in the dwg.)
    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎03-11-2010

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:24 PM in reply to: caddoodler
    Yes that does work but i'm working on a very large facility background with hundreds of text groups..I can't check and verify each individual piece of text. Basically my instructions are to do away with the 'ISTANDARD' text style. my problem is that numerous groups of text are using this style. So i need to convert all those texts styles (ISTANDARD) to the 'STANDARD' text style. I remember using some kind of merge text style command in the past, however i can't remember what it was....?
    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎03-11-2010

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:30 PM in reply to: caddoodler
    I want to TY in advance for your time spent working with me....

    When i try and open that LISP file using notepad i get a bunch of jibberish headed with the message: "AUTOCAD PROTECTED LISP FILE".

    Am I doing something wrong in trying to view/read it?
    Please use plain text.
    *Murph

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:41 PM in reply to: caddoodler
    Then look at the CAD Standards tools.

    --

    Murph
    http://map3d.wordpress.com/


    "CADDoodler" wrote in message news:6353477@discussion.autodesk.com...
    Yes that does work but i'm working on a very large facility background with
    hundreds of text groups..I can't check and verify each individual piece of
    text. Basically my instructions are to do away with the 'ISTANDARD' text
    style. my problem is that numerous groups of text are using this style. So i
    need to convert all those texts styles (ISTANDARD) to the 'STANDARD' text
    style. I remember using some kind of merge text style command in the past,
    however i can't remember what it was....?
    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎03-11-2010

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 04:47 PM in reply to: caddoodler
    OK that's alot of info...i'll begin to digest that sites info and try to find the answer to my question.

    TY for your time and insight :smileyhappy:
    Please use plain text.
    *None

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 06:12 PM in reply to: caddoodler
    CADDoodler wrote:
    > I want to TY in advance for your time spent working with me....
    >
    > When i try and open that LISP file using notepad i get a bunch of jibberish headed with the message: "AUTOCAD PROTECTED LISP FILE".
    >
    > Am I doing something wrong in trying to view/read it?
    You DO NOT OPEN THE FILE - you load it, thus . . .
    type at the command line the following: (load "chgsty") - all with
    parens. THEN, you type chgsty. OR . . . you can go to Tools and use the
    Load Application. Just make sure the file is in a folder that autocad
    can find first in either case.
    Please use plain text.
    *None

    Re: Text Lisp routine needed for merging text styles..

    03-11-2010 06:13 PM in reply to: caddoodler
    CADDoodler wrote:
    > OK that's alot of info...i'll begin to digest that sites info and try to find the answer to my question.
    >
    > TY for your time and insight :smileyhappy:
    See my reply - it's a very simple program that will do EXACTLY what you
    want.
    Please use plain text.
    *Murph

    Re: Text Lisp routine needed for merging text styles..

    03-12-2010 03:41 AM in reply to: caddoodler
    None, It's missing a function when I ran it.

    --

    Murph
    http://map3d.wordpress.com/


    wrote in message news:6353527@discussion.autodesk.com...
    CADDoodler wrote:
    > OK that's alot of info...i'll begin to digest that sites info and try to
    > find the answer to my question.
    >
    > TY for your time and insight :smileyhappy:
    See my reply - it's a very simple program that will do EXACTLY what you
    want.
    Please use plain text.