<< Click to Display Table of Contents >> Recipes library |
![]() ![]() ![]() |
selrecipe(Input1, Input2) - used to choose recipe row. Input2 is an input that contains name of the recipe. Input1 is number of the row (starting from 1). Output = true if recipe row is chosen.
Example:
selrecipe(2, "Recipe1");
Response:
Select row number 2 from recipe with name Recipe1.