you could have make code that if the text fields have nothing than the code will give them a value like:
if (Limo == ""){
Limo = "0";
}
Then you wouldn't have to change your above code.