| DRS | |
| Help |
|
Applies to |
DRS (Module: wmDRS.dll) |
|
Group |
DRD |
|
See also |
SAVEDRD, READDRDFROMFILE, READDRDFROMSTRING, OPENDDRDFILE, READNEXTDRD, CLOSEDRDFILE |
Opens a DRD, DRX or DRZ file (depending on file extension of input file), reads the first DRD block and closes the DRD file.
The specified script variable is set to 1 (successful) or 0 (failed).
LOADDRD <VariableName>, <DRDFile>[, <AddToCurrent>][, <DRDName>]
|
Part |
Description | |
| <VariableName> | Script variable to store the operation result in. | |
| <DRDFile> | DRD, DRX or DRZ filename. | |
| <AddToCurrent> | 0|1; flag if the DRD read from the file should be merged together with the existing current DRD. Default is 0 which means that the current DRD is cleared before the next DRD is read from file. | |
| <DRDName> | DRD key. | |
|
| ||