Message 1 of 2
This isn't working and I am not sure why

Not applicable
02-09-2006
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Just creating some shortcuts for LDD.
Editing the routines to remove the menu marcos, but still not working at all. I should have known to remove those macro features. Anyhow, when I
try a command, what I get is:
Command: 3s
Loading AecCivilVol...
Command:
Command: 3c
Command:
Here is what things currently look like:
(DEFUN C:zt ()
(cr_mnl)(zz_sdsk '(progn (cg_zoompt)(princ)));LDD
(PRINC))
(DEFUN C:3e ()
(er_mnl)(zz_sdsk '(er_grdplnelev));LDD
(PRINC))
(DEFUN C:3s ()
(er_mnl)(zz_sdsk '(er_grdplnslp));LDD
(PRINC))
(DEFUN C:3c ()
(er_mnl)(zz_sdsk '(er_grdcurb));LDD
(PRINC))
(DEFUN C:3a ()
(er_mnl)(zz_sdsk '(er_grdaddvert));LDD
(PRINC))
Not sure what could be the problem.
Thanks much for any help you can provide.
Editing the routines to remove the menu marcos, but still not working at all. I should have known to remove those macro features. Anyhow, when I
try a command, what I get is:
Command: 3s
Loading AecCivilVol...
Command:
Command: 3c
Command:
Here is what things currently look like:
(DEFUN C:zt ()
(cr_mnl)(zz_sdsk '(progn (cg_zoompt)(princ)));LDD
(PRINC))
(DEFUN C:3e ()
(er_mnl)(zz_sdsk '(er_grdplnelev));LDD
(PRINC))
(DEFUN C:3s ()
(er_mnl)(zz_sdsk '(er_grdplnslp));LDD
(PRINC))
(DEFUN C:3c ()
(er_mnl)(zz_sdsk '(er_grdcurb));LDD
(PRINC))
(DEFUN C:3a ()
(er_mnl)(zz_sdsk '(er_grdaddvert));LDD
(PRINC))
Not sure what could be the problem.
Thanks much for any help you can provide.