Syntax |
RCPUpload filename$[,[recipename$][,[mapname$] [,newname$]]] |
|
Description |
Uploads the specified Recipe to the specified Recipe Group using the specified Map. |
|
Comments |
The RCPUpload 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 Uploaded. |
|
mapname$ |
Optional string containing the name of the Map to be used when Uploading the Recipe. |
|
newname$ |
Optional string containing the name of the Recipe to be uploaded. You may use a new or existing Recipe name. |
Example |
RCPUpload "D:\Bread.rgp", "White", "Line1", "NewWhite" |
R |