Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just for fun
Message
 
To
All
General information
Forum:
CAD
Category:
Autocad Lisp
Title:
Just for fun
Miscellaneous
Thread ID:
00366624
Message ID:
00366624
Views:
62
Here's a goofy little .lsp function. Might be fun to replace someone's line command with and see what happens < eg >
(defun c:fun (/ pta n ck)
  (setq pta (getpoint "Please Choose Start Point")
	n 1)
  (while (setq ck (cadr (grread t)))
	 (grdraw pta ck n)
	 (if (> n 16) 
             (setq n 1) 
             (setq n (1+ n))
         )
  )
)
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Next
Reply
Map
View

Click here to load this message in the networking platform