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

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Member
    Posts: 3
    Registered: ‎06-21-2012

    block attribute formulelike this text = right(text;4)

    101 Views, 1 Replies
    10-04-2012 06:48 AM

    hi

     

    i have a titelblock whit an attribute definition -> filename ->Uppercase

    the result is a full path

    wath i want is just te last 4

     

    ex  D:\folder\folder\folder\projectname\index0051\filename

    i want the atribute value to be 0051

     

    can someone help me?

     

    kris.

    Please use plain text.
    Valued Mentor
    Posts: 337
    Registered: ‎05-11-2009

    Re: block attribute formulelike this text = right(text;4)

    10-04-2012 12:33 PM in reply to: KrisP007

    In a field in the attribute value, select diesel expression and paste the following

    $(substr,$(getvar,Dwgprefix),$(-,$(strlen,$(getvar,Dwgprefix)),4),4)

    It should do what you want

    Regards Steven Gray
    Setting Out (Joinery Manufacturing)
    Autocad 2013LT
    Windows 7 professional
    Please use plain text.