Results 1 to 8 of 8

Thread: Fields - show SQ. FT as FT2 instead

  1. #1
    Active Member
    Join Date
    2006-12
    Posts
    52
    Login to Give a bone
    0

    Question Fields - show SQ. FT as FT2 instead

    I'm constantly using a block I've made to grab the areas of a room by checking the area of a polyline. When I use this, the value comes out as "0,000.00 SQ. FT." where I'd rather the SQ. FT. be replaced with Ft². Is it possible to have the program substitute this always or remove it completely?

    Thanks,

  2. #2
    Time Lord Steve_Bennett's Avatar
    Join Date
    2015-12
    Location
    far, far, far away...
    Posts
    4,730
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    Please note I am moving this to the AutoCAD forums for better coverage on this question.
    Steve Bennett |BIM Manager
    Taylor Design | Adventures in BIM

  3. #3
    All AUGI, all the time Mlabell's Avatar
    Join Date
    2004-12
    Location
    Toledo, OH
    Posts
    513
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    In the text/attribute place this after the Field " \U+00B2 " This returns the squared symbol which you request.

  4. #4
    100 Club CADNate's Avatar
    Join Date
    2015-12
    Location
    Lovejoy, GA.
    Posts
    125
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    Quote Originally Posted by marklabell
    In the text/attribute place this after the Field " \U+00B2 " This returns the squared symbol which you request.
    With what kind of font sytle does this work?

  5. #5
    All AUGI, all the time Mlabell's Avatar
    Join Date
    2004-12
    Location
    Toledo, OH
    Posts
    513
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    It should work with most .shx files and .ttf files. We typically use either arial type fonts or romans, and it works with those.

  6. #6
    All AUGI, all the time Mlabell's Avatar
    Join Date
    2004-12
    Location
    Toledo, OH
    Posts
    513
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    Here is straight from the acad help file (2007)

    Code:
    You can enter the following special characters and symbols by  entering a control code or a Unicode string. Or in the In-Place Text Editor,  click Symbol on the expanded toolbar. 
    
     Note Symbols are not supported in  vertical text.
    
         Unicode strings and control codes
    
         %%d 
    
      \U+00B0 
    
      Degree symbol (°)
    
       %%p 
    
      \U+00B1 
    
      Tolerance symbol (±)
    
       %%c 
    
      \U+2205 
    
      Diameter symbol ()
    
     To insert the following text symbols, click Symbol on the expanded  Text Formatting toolbar or enter the appropriate Unicode string:
    
         Text symbols and Unicode strings
    
         Almost equal
    
       \U+2248 
    
       Angle
    
       \U+2220 
    
       Boundary line
    
       \U+E100 
    
       Centerline
    
       \U+2104 
    
       Delta
    
       \U+0394 
    
       Electrical phase
    
       \U+0278 
    
       Flow line
    
       \U+E101 
    
       Identity
    
       \U+2261 
    
       Initial length
    
       \U+E200 
    
       Monument line
    
       \U+E102 
    
       Not equal
    
       \U+2260 
    
       Ohm
    
       \U+2126 
    
       Omega
    
       \U+03A9 
    
       Plate/property line
    
       \U+214A 
    
       Subscript 2
    
       \U+2082 
    
       Squared
    
       \U+00B2 
    
       Cubed
    
       \U+00B3  
    
     These text symbols are available in the following True Type (TTF)  and SHX fonts:
    
     
    
    • Simplex
    • RomanS
    • Isocp
    • Isocp2
    • Isocp3
    • Isoct
    • Isoct2
    • Isoct3
    • Isocpeur (TTF only)
    • Isocpeur italic (TTF only)
    • Isocteur (TTF only)
    • Isocteur italic (TTF only)

  7. #7
    Woo! Hoo! my 1st post
    Join Date
    2006-01
    Posts
    1
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    The “SQ. FT.” is part of the default field expression text.

    Adding Unicode strings or control codes after the field only add text after the field. They don't change the field expression (you get: "125.0000 SQ. FT.2" instead of "125.0000 FT2").

    Is there any way to edit a field expression or change or delete the default text of the field expression?

  8. #8
    All AUGI, all the time Mlabell's Avatar
    Join Date
    2004-12
    Location
    Toledo, OH
    Posts
    513
    Login to Give a bone
    0

    Default Re: Fields - show SQ. FT as FT2 instead

    Quote Originally Posted by ericker451
    The “SQ. FT.” is part of the default field expression text.

    Adding Unicode strings or control codes after the field only add text after the field. They don't change the field expression (you get: "125.0000 SQ. FT.2" instead of "125.0000 FT2").

    Is there any way to edit a field expression or change or delete the default text of the field expression?
    Change your format to none, then if you go into the additional format you can add a suffix and that is where I would put the unicode for FT2.
    Last edited by GuinnessCAD; 2007-07-10 at 08:54 PM.

Similar Threads

  1. Using Fields to show duct sizes
    By ReachAndre in forum AMEP General
    Replies: 1
    Last Post: 2010-07-29, 11:54 AM
  2. Replies: 7
    Last Post: 2010-01-11, 07:24 PM
  3. Special characters like Ă show as “?” in DTEXT fields
    By jkobishop in forum AutoCAD LT - General
    Replies: 1
    Last Post: 2010-01-07, 11:43 PM
  4. Fields show nothing?
    By cadman_meg in forum AutoCAD General
    Replies: 2
    Last Post: 2008-01-11, 05:22 PM
  5. Unused fields need to show as blank
    By eleonard in forum AutoCAD Fields
    Replies: 8
    Last Post: 2007-10-31, 05:26 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
  •