jbs30000 #1 Posted January 17, 2009 Ok, say I have 5 variable, Misc1, Misc2, Misc3, Misc4, Misc5. Is there a difference between if Misc1>=Misc4&&Misc1<=Misc5&&Misc2=Misc6 then and if Misc1>=Misc4 then if Misc1<=Misc5 then if Misc2=Misc6 then Quote Share this post Link to post Share on other sites
+batari #2 Posted January 17, 2009 Ok, say I have 5 variable, Misc1, Misc2, Misc3, Misc4, Misc5. Is there a difference between if Misc1>=Misc4&&Misc1<=Misc5&&Misc2=Misc6 then and if Misc1>=Misc4 then if Misc1<=Misc5 then if Misc2=Misc6 then Nope. Quote Share this post Link to post Share on other sites