
My guess is that you might be using an = instead of == . like If ( condition on ske = true ) instead of If ( condition on ske == true ) Most languages use the second construct for comparison and the first for assignment. The first will alwayz evaluate to true since you r simply assigning true to a variable. Thats what I can almost make out so far. On Thu, May 26, 2011 at 9:20 AM, aki <aki275@gmail.com> wrote:
Sawa, here goes in a nutshell :
string ske = "I love SkunksKE!"
string ske2 = "I dislike SkunksKE!"
If ( condition on ske = true ) //condition is a bool
{ //run ske }
else
{ //run ske2 }
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Solomon Kariri, Software Developer, Cell: +254736 729 450 Skype: solomonkariri