! ************************************************************************** ! * TEMPLATE.FRT --- FRONT OF RECIPE CARD TEMPLATE FILE - MYF 4.xx * ! ************************************************************************** ! ! This is an example of a recipe card form with 18 lines. See TEMPLATE.RCP ! for instructions on modifying template files. Name of recipe:&NAME !JUSTIFY=NONE This is a &CUISINE type recipe, serving &SV people and costs just $&COST ! JUSTIFY=TRUE will right justify QTY and left justify MS and INGRED field. Please use the following ingredients: &QTY01 &MS01 &INGRED01 &QTY11 &MS11 &INGRED11 &QTY02 &MS02 &INGRED02 &QTY12 &MS12 &INGRED12 &QTY03 &MS03 &INGRED03 &QTY13 &MS13 &INGRED13 &QTY04 &MS04 &INGRED04 &QTY14 &MS14 &INGRED14 &QTY05 &MS05 &INGRED05 &QTY15 &MS15 &INGRED15 &QTY06 &MS06 &INGRED06 &QTY16 &MS16 &INGRED16 &QTY07 &MS07 &INGRED07 &QTY17 &MS17 &INGRED17 &QTY08 &MS08 &INGRED08 &QTY18 &MS18 &INGRED18 &QTY09 &MS09 &INGRED09 &QTY19 &MS19 &INGRED19 &QTY10 &MS10 &INGRED10 &QTY20 &MS20 &INGRED20 ! end of this file. It has exactly 18 uncommented lines.