QvdFieldName - script function
This script function returns the name of field number fieldno, if it exists in a QVD file (otherwise NULL).
Syntax:
QvdFieldName(filename , fieldno)
Arguments:
| Argument | Description |
|---|---|
| filename |
The name of a QVD file, if necessary including path.
|
| fieldno | The number of the field (starting at 1) within the table contained in the QVD file. |
Examples:
QvdFieldName ('MyFile.qvd', 3)
QvdFieldName ('C:\MyDir\MyFile.qvd', 5)