Jump to content

Recommended Posts

Posted

i have a few aliases to special lisps (which are added to my startup suite in APPLOAD) which work fine but one does not. why would there be a difference?

 

i am trying to set TF for a lisp "textflip"

i'm using the same "TF, *TEXTFLIP" format as already in .pgp

i did REINIT (!)

TEXTFLIP does work as a command in my AutoCAD

the TF command is available

and no other alias will invoke TEXTFLIP either. it seems i have a command for which an alias is banned?

 

thanks all

 

[i posted this here before but figured a new thread might be better - sorry for the mess]

Posted

Try adding this at the very end of the lisp file

(defun c:tf () (c:textflip))

Posted

legend - thanks.

simple = clever

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...