Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/2023 in all areas

  1. : (setvar 'cecolor 45) ; ----- Error around expression ----- ; 'CECOLOR ; ; error : bad argument type <45> ; expected <STRING> at [setvar] : (setvar 'cecolor "45") Try (setvar 'cecolor (rtos (nth 3 data) 2 0))
    1 point
  2. Inside Windows Fonts you can check each character to find its character code. As mentioned some fonts have different characters for same number.
    1 point
  3. I think it has to do with the font your using. not all character numbers are the same in each font. to find the correct number use the following (ascii "°") mine its 176 so then use that number with (chr (setq nbrg2 (strcat (itoa intd) (chr 176) mint "'" sec (chr 34))) This will display all your character numbers of the current font. https://www.cadtutor.net/forum/topic/75383-text-ascii/?do=findComment&comment=596047
    1 point
×
×
  • Create New...