Syntax |
RCPGroupImport groupname$[, filename$] |
|
Description |
Imports the specified Recipe Group from a CSV file. |
|
Comments |
The RCPGroupImport function takes the following parameters: |
|
|
Parameter |
Description |
|
groupname$ |
Required string containing the name of the Recipe Group file. |
|
filename$ |
Optional string containing the name of the CSV file. |
Example |
RCPGroupExport "D:\Bread.rgp", "Bread2.csv" |
R |