designerstuart Posted October 29, 2010 Posted October 29, 2010 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] Quote
lpseifert Posted October 29, 2010 Posted October 29, 2010 Try adding this at the very end of the lisp file (defun c:tf () (c:textflip)) Quote
designerstuart Posted October 29, 2010 Author Posted October 29, 2010 legend - thanks. simple = clever Quote
Recommended Posts
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.