Syntax
|
RCPDownload
filename$[,[recipename$][,[mapname$][, [pointorval$][,ispoint]]]]
|
Description
|
Downloads the specified Recipe from the specified Recipe Group using the specified Map.
|
Comments
|
The
RCPDownload
function takes the following parameters:
|
|
Parameter
|
Description
|
|
filename$
|
Required string containing the name of the Recipe Group file where the Recipe is located. The Recipe Group file must exist
|
|
recipename$
|
Optional string containing the name of the Recipe to be Downloaded.
|
|
mapname$
|
Optional string containing the name of the Map to be used when Downloading the Recipe.
|
|
pointorval$
|
Optional string containing the Batch Point or Batch ID to be used when Downloading the Recipe.
|
|
ispoint
|
Optional integer, set to 1 if pointorval$ is a Batch Point.
|
Example
|
RCPDownload "D:\Bread.rgp", "White", "Line1", "Batch of White Bread", 0
|