Instead of 1 or 0; how to make it say yes or no
#3

if(something == 1) somekindofstring = "Yes";
else if(something == 0) somekindofstring = "No";
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)