Count
The number of processing option values in the JDEProcOpt object.
Group: JDE Processing Option
Syntax: Object value, Object property = JDEcount
Example:
Dim oJDE As New JDEProcOpt
Dim iCnt As Integer
oJDE.ProgramId = “P4113”
oJDE.Version = “ZJDE0001”
iCnt = oJDE.Count
This will return total count 19