TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Riccardo_Ferrari on July 26, 2020, 10:50:58 AM

Title: I Declare
Post by: Riccardo_Ferrari on July 26, 2020, 10:50:58 AM
I Declare
I have always found the lack of mandatory declaration double-edged, but it is typical of Lisp
Several years ago, we were 16-bit, I used Ideclare which verified the variables and automatically put them in the defun declaration.
The author is a certain Rollin Laird
http://xarch.tu-graz.ac.at/autocad/lsp_tools/IDeclare.exe
http://xarch.tu-graz.ac.at/autocad/lsp_tools/Ideclare.txt
The links are still on the net, but they don't work
Do you know anything like 64 bit or 32 bit working?
Thank you
Title: Re: I Declare
Post by: VovKa on July 26, 2020, 01:44:30 PM
Do you know anything like
i usually use 'Check Selection' tool inside VLIDE
quite convenient
Title: Re: I Declare
Post by: Lee Mac on July 26, 2020, 03:21:51 PM
This is the method I use -
http://lee-mac.com/quicklocalising.html
Title: Re: I Declare
Post by: Riccardo_Ferrari on August 06, 2020, 12:20:32 AM
i usually use 'Check Selection' tool inside VLIDE
quite convenient
Thanks, I’ll try it
Riccardo
Title: Re: I Declare
Post by: Riccardo_Ferrari on August 06, 2020, 12:22:54 AM
This is the method I use -
http://lee-mac.com/quicklocalising.html
Thanks to you too, I’ll try it
Riccardo