05-17-2021
11:03 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
05-17-2021
11:03 AM
@ODO18 wrote:
.... "error: bad argument type: consp nil" ....
....
(write-line (strcat (getvar "dwgprefix") ", " (getvar "dwgname") ", " (getvar "cgeocs") ", " (rtos (nth 0 viewctr)) ", " (rtos (nth 1 viewctr))) ftkeepname)
....
Start with this correction:
.... (rtos (nth 0 (getvar 'viewctr))) ", " (rtos (nth 1 (getvar 'viewctr)))) ....
Kent Cooper, AIA