STD.File.FindSuperFileSubName( superName, subName )
| superName | A null-terminated string containing the logical name of the superfile. |
| subName | A null-terminated string containing the logical name of the sub-file. |
| Return: | FindSuperFileSubName returns an INTEGER4 value. |
The FindSuperFileSubName function returns the ordinal position of the specified subfile in the superfile.
This function is not included in a superfile transaction.
Example:
A := STD.File.FindSuperFileSubName('~CLASS::SF1', '~CLASS::Sue'); //get position of
// sub-file '~CLASS::Sue'