Search the Community
Showing results for tags 'errors'.
-
I am new to lisp and programming in general. I get the basic gist and i'm not very proficient at reading it yet. I have 2 major issues. I have a hard time understanding samples given when researching issues i'm having, and no matter how hard I try I just cant seem to understand Arguments. I am also working on a very basic function: (defun c:Burnbot ( / ) (GetN) (Insult) ) (defun GetN ( / ) (princ "\nHello there.") (princ) (setq ans (read (getstring "\nHey what's your name big guy?"))) ) (defun Insult ( / que an mrk ) (setq ans an) (setq que "\nWhat kind of a name is") (setq mrk "?\n") (princ (list que an mrk)) (princ) ) (princ "\nInsult Loading...") (princ) Output: ( What kind of a name is nil ? ) This is the closest I have gotten to success. But I just cannot get this variable to load. I've tried adding some of these to my different argument areas but have had only errors. I would appreciate it if anyone can tell me whats going on or/and if anyone can tell me where i can find a comprehensive guide to arguments.
-
When I have a simple model loaded into solidworks (2012) and select SimulationXpress, I quickly see a small popup window stating Loading... and then it quits - nothing happens. I have tried this with multiple simple parts and obtain the same result. I have deleted my temp files (win7 x64) and I am setup as administrator privileges on pc. Any idea how to resolve this? Thanks in advance, Bill Cranston
-
Hi, I am a college student and I am taking a home-study course in ACADE 2010. I am spending more time trying to get the program to run than actual productive studying! I am trying to insert wire numbers and or wires and I get an ERROR: Cannot find file "WD_WNV". So, therefore I can't do anything. I am stuck dead in the water. I can't find the file either. I am using the Tickoo book as a course book. I am trying to work through the tutorials in the book. Can someone help??