Framework EDI Reference.
GetExtProgramByIndexs and Properties
ediExternalPrograms.GetExtProgramByIndex
Gets the external program information at a specified index location in the
collection.
Syntax:
Set <oExternalProgram> = ediExternalPrograms.GetExtProgramByIndex(<lIndex>)
Parameters:
lIndex
– The index location of the external program in the collection.
The range of the index location starts with one (1) up to the maximum number
of objects in the collection.
Returns:
Returns object of type FREDI.ediExternalProgram
if successful; otherwise NULL or empty object if the operation failed.