Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/25/2026 in Posts

  1. chr instead of string. (cons 1 (strcat (rtos (/ area 1000000.0) 2 2) "m" (chr 0178))) also might be the font your using. https://www.cadtutor.net/forum/topic/75383-text-ascii/#findComment-596226
    2 points
  2. When this thread was started in 2014, it absolutely was the way AutoCAD worked, SELECTIONOFFSCREEN is only available in AutoCAD 2018 and newer. This has already been mentioned in this thread as well.
    1 point
  3. They are just FIELDS referencing a Position Marker as shown in the image of the Field Dialog Box you posted. They are just Multileaders with the fields added into the MText. This is just a good use of Multileaders, no need for any blocks.
    1 point
  4. try this (cons 1 (strcat (rtos (/ area 1000000.0) 2 2) "m\U+00B2"))
    1 point
×
×
  • Create New...