Add meal types

This command will add the names of meals

Addmeal(Type1;Type2;…)

Chmeal(TypeX)

or

Addmeal(Type1=Name1;Type2=Name2;…)

Chmeal(TypeX=NameX)

This command will add names and types of meal plans

You can use the following codes for meal types: BB, HB, FB, ALL

If your meal types is the same as listed above and you have no special name for any meal plan you can use the following case:

Case:

Addmeal(BB;HF;ALL)

Addmeal(BB;HF;FB;ALL)

Addmeal(BB)

Chmeal(HB)

If you want to add a different name for any of your meal type you can use this command as follows:

Case:

Addmeal(BB=American Breakfast;HF;ALL)

Addmeal(BB;HF;FB;ALL=Gourmet)

Addmeal(BB=Continental Breakfast)

Chmeal(HB=Breakfats+Dinner)

Chmeal(HB=Breakfast+Lunch)