one existing lisp mistakes

one existing lisp mistakes

mruPRQUJ
Advocate Advocate
287 Views
3 Replies
Message 1 of 4

one existing lisp mistakes

mruPRQUJ
Advocate
Advocate

Hi there,

 

one exiting lisp work well before, but they did not work now. The info below, could you please provide some advice to me? it is FAS file, it was not attached here. Thank you very much in advance! 🙂

mruPRQUJ_0-1729208920114.png

mruPRQUJ_1-1729208955793.png

 

0 Likes
288 Views
3 Replies
Replies (3)
Message 2 of 4

paullimapa
Mentor
Mentor

If it's a fas files, there's nothing we can do. Go back to the original author.


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 3 of 4

Kent1Cooper
Consultant
Consultant

I agree that we can't trouble-shoot that file type, so you need to go to the source.  But just in general:

 

The first error message means that some function is expecting to be given a selection set, but there's no selection set there, not even an empty one.  The second one is the same idea -- some function wants a text string, but there's no text string there [and similarly, not even an empty one].  Are you doing the selection properly -- nothing on locked Layers or some such issue?  A well-written routine should in that case end, perhaps with a prompt to tell you nothing it can use was selected, rather than with an error, but that's up to the originator.

Kent Cooper, AIA
Message 4 of 4

mruPRQUJ
Advocate
Advocate

thank you very much all of you!

0 Likes