Difference between revisions of "Talk:If"
Jump to navigation
Jump to search
m
tabs and spaces
imported>JOG m |
imported>JOG m (tabs and spaces) |
||
Line 12: | Line 12: | ||
--[[User:JOG|JOG]] 15:21, 14 April 2006 (EDT)Doesn't help as far as I've tested it. | --[[User:JOG|JOG]] 15:21, 14 April 2006 (EDT)Doesn't help as far as I've tested it. | ||
== tabs and spaces == | |||
I just spent an hour searching for a bug in a script using &&: | |||
Apparently certain combination of tabs and spaces between the two parameters cause the IF-Block to break processing of the script. No commands within the IF-Block or after the IF-Block are executed. | |||
In my tests I had one tabs before the && and 3 tabs after with some spaces inbetween. When I use either tabs or spaces there's no problem. |