Message 1 of 8
Initget not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When i copy and paste some code off the internet it works perfect, but then as soon as i start changing to my own keywords it stops working. Below is the code.
(defun c:RELEASESTATE ()
(
(initget "Preliminary Released")
(setq keyword (getkword ""))
(command "GATTE" "B" "DWGSTATE" "STATE" keyword "YES")
)