- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Is there a way to see a list of the lisp routine commands I've loaded?
My issue is that I have loaded a lisp routine (from my job's database) that has the command "RE"
So now when I want to REGEN and type RE, my program launches in to a lisp routine, but I don't know which one.
When I look at my alias edits, RE is still listed as a shortcut for REGEN.
¡Resuelto! Ir a solución.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi,
if you have access to the source lsp files, take a file explorer a a good texteditor to
search for content of these files. You have to search for "C:RE " or just C:RE
Which files are loaded you can see in your APPLOAD dialog
Sebastian
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Thank you for the solution! (It didn't work for this particular issue. I ended up just restarting AutoCAD and now it's working fine *eye roll*) It will be useful for any future issues I may run into.