RECIPEIDS function

Synopsis
This function returns a list of the recipe IDs in the project.
Variations
RECIPEIDS()
Returns a list of the recipe IDs in the project.
Returns
Returned types: Numeric array.
Examples
1.

The following example returns the ID of first recipe.

ELEMENTAT(RECIPEIDS(), 1)