tsigler
2009-07-17, 04:40 PM
Hi All,
Can anyone tell me why my program doesn't pause after ssget for input in this code?
(setq blk (ssget "x" '((0."INSERT")(2."IOM"))))
(setq blkname (ssname blk 0))
I know I must be doing something wrong but I can't figure out what.
TIA
Can anyone tell me why my program doesn't pause after ssget for input in this code?
(setq blk (ssget "x" '((0."INSERT")(2."IOM"))))
(setq blkname (ssname blk 0))
I know I must be doing something wrong but I can't figure out what.
TIA