Exchange Forum > Search Forums
Search Results
Search Results

Quick Silver

AutoLISP and Visual LISP
Strings to Numbers
  F2T27P1#5  Why not just compare atoi and atof with the distof function using the decimal mode 2? (defun checkreal (text) (if (= (atof text)(distof...
  F2T27P2#11  Yes you could, but you would have to insure that it was loaded first. Where as "type" and "read" are already loaded. (type (read...
Architectural Numbers
  F2T28P1#4  Try this variation. It covers all 5 modes. (defun distofnum (str) (cond ((distof str 1)) ((distof str 2)) ((distof str 3)) ((distof str 4)) ((distof str...
Dcl Dialogs
Pole Shaft program help
  F4T13P1#4  Justin, You might be able to use a function to convert the value from the edit_box into a string real number and just update the...
  F4T13P2#13  Justin, I'm glad you were able to use it. I checked out your code for PoleShaftArch and it looks like you just had to add in your new...
Drawing Notes and Legend Lisp
  F4T15P1#9  I wasn't sure if I had downloaded the newest version of your program until I came across your last post. You have a nice program...
3D Gallery Forum
Reception rendering
  F9T8P1#2  Superb rendering! I like the way the overhead lighting came out...
Old paddle wheeler
  F9T11P1#2  Roman, Very excellent rendering of your Old paddle wheeler. This must have taken many hours to complete in AutoCAD. I hope to...