Recipe management customize
Posted: Thu Apr 21, 2016 7:22 am
Hi,
I would like to create my own recipe management but I am having problems with functions.
For example, why I can use this function?
Globals.Recipe1.LoadRecipe(Globals.Tags.RecipeNameToLoad.Value);
but not this?
Globals.Recipe1.SaveRecipe(Globals.Tags.RecipeNamecreate.Value);
The second one is wrong.
Regards
Antonio
I would like to create my own recipe management but I am having problems with functions.
For example, why I can use this function?
Globals.Recipe1.LoadRecipe(Globals.Tags.RecipeNameToLoad.Value);
but not this?
Globals.Recipe1.SaveRecipe(Globals.Tags.RecipeNamecreate.Value);
The second one is wrong.
Regards
Antonio