STD.File.FindSuperFileSubName( superfile, subfile )
superfile | A null-terminated string containing the logical name of the superfile. |
subfile | 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'