Author Topic: Autocad 2020 - No new lisp  (Read 11963 times)

0 Members and 1 Guest are viewing this topic.

ribarm

  • Gator
  • Posts: 3225
  • Marko Ribar, architect
Re: Autocad 2020 - No new lisp
« Reply #45 on: June 27, 2021, 01:54:16 PM »
sorry Marko
Quote
Command: (lstrcase "йцукенгшщзхґєждлорпавифячсмітьбюї" nil)
"ЙЦУКЕНГШЩЗХґєЖДЛОРПАВИФџчСМіТЬБЮї"

Sorry VovKa, change Windows, or AutoCAD, or both...

Code: [Select]
Command: (lstrcase "йцукенгшщзхґєждлорпавифячсмітьбюї" nil)
"ЙЦУКЕНГШЩЗХҐЄЖДЛОРПАВИФЯЧСМІТЬБЮЇ"
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

BIGAL

  • Swamp Rat
  • Posts: 1396
  • 40 + years of using Autocad
Re: Autocad 2020 - No new lisp
« Reply #46 on: June 27, 2021, 08:01:40 PM »
Will Windows 11 suddenly stop it working ? Who knows, will be the usual problem odd things not working.
A man who never made a mistake never made anything

efernal

  • Bull Frog
  • Posts: 206
Re: Autocad 2020 - No new lisp
« Reply #47 on: June 28, 2021, 09:21:06 AM »
No problem in Portuguese

_$ (strcase "AÁÀÂÃBCÇDEÉÊFGHIJKLMNOÓÒÔÕPQRSTUVWXYZ" 1)
"aáàâãbcçdeéêfghijklmnoóòôõpqrstuvwxyz"
_$
e.fernal

efernal

  • Bull Frog
  • Posts: 206
Re: Autocad 2020 - No new lisp
« Reply #48 on: June 28, 2021, 09:22:28 AM »
_$ (strcase "AÁÀÂÃBCÇDEÉÊFGHIJKLMNOÓÒÔÕPQRSTUVWXYZ" 1)
"aáàâãbcçdeéêfghijklmnoóòôõpqrstuvwxyz"
_$ (strcase "aáàâãbcçdeéêfghijklmnoóòôõpqrstuvwxyz")
"AÁÀÂÃBCÇDEÉÊFGHIJKLMNOÓÒÔÕPQRSTUVWXYZ"
_$
e.fernal

ribarm

  • Gator
  • Posts: 3225
  • Marko Ribar, architect
Re: Autocad 2020 - No new lisp
« Reply #49 on: July 02, 2021, 06:45:46 AM »
If someone is interested in (lstrcase) for BricsCAD, this is what is working on my PC...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube