See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Matchline with sheet number field increase/decrease

  1. #11
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    1

    Default Re: Matchline with sheet number field increase/decrease

    Try these codes.

    Previous page
    Code:
    $(substr,$(getvar,ctab),1,$(-,$(strlen,$(getvar,ctab)),2))$(substr,$(-,$(/,$(substr,$(getvar,ctab),$(-,$(strlen,$(getvar,ctab)),1)),100),0.009),3,2)
    Next page
    Code:
    $(substr,$(getvar,ctab),1,$(-,$(strlen,$(getvar,ctab)),2))$(substr,$(+,$(/,$(substr,$(getvar,ctab),$(-,$(strlen,$(getvar,ctab)),1)),100),0.011),3,2)
    These will work by taking the last two numbers and then either subtract 0.009 or add 0.011. The reason for the difference in the math is to require a character in the thousandths place. It then extracts the tenths and hundredths characters, and concatenates those two characters with the the layout name minus the last two characters.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  2. #12
    I could stop if I wanted to cadd4la's Avatar
    Join Date
    2001-12
    Location
    Newport Beach, CA
    Posts
    399
    Login to Give a bone
    0

    Default Re: Matchline with sheet number field increase/decrease

    Opie,

    It works great.

    Thank you for all of your help and time.

    Cadd4la

Page 2 of 2 FirstFirst 12

Similar Threads

  1. 2012: Cannot Decrease Size of File
    By bt1101011 in forum AutoCAD General
    Replies: 2
    Last Post: 2013-03-18, 04:50 AM
  2. Increase the number of active view ports available
    By Wish List System in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2012-07-19, 07:48 PM
  3. Replies: 27
    Last Post: 2008-07-22, 10:58 PM
  4. Show View Number and Sheet Number in the same field?
    By kkinchen in forum AutoCAD Fields
    Replies: 3
    Last Post: 2007-03-19, 05:48 PM
  5. Replies: 6
    Last Post: 2006-08-02, 12:51 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
  •