chelsea1307 Posted June 18, 2009 Posted June 18, 2009 are things you put in lisp case sensitive? like layers, variables, names, ect? Quote
Lee Mac Posted June 18, 2009 Posted June 18, 2009 Variables & functions are not case sensitive. I'd have to play around with Layers a bit to experiment. Quote
Commandobill Posted June 19, 2009 Posted June 19, 2009 If you set a variable to something and you check to see if it's that thing it's case sensitive. ie if you (setq variable1 "T") then run the check (= variable1 "t") that will return nil. Quote
Lee Mac Posted June 19, 2009 Posted June 19, 2009 If you set a variable to something and you check to see if it's that thing it's case sensitive. ie if you (setq variable1 "T") then run the check (= variable1 "t") that will return nil. Just like to point out, I was referring to variable names not being case-sensitive... Quote
Commandobill Posted June 19, 2009 Posted June 19, 2009 Just like to point out, I was referring to variable names not being case-sensitive... Lol dont worry Lee i know Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.