ListRL Method
Get list images from PDF file.
Object.ListRL(@laRLS)
Parameters
laRL
Specifies the name of the array to store the report listener.
Column | Description |
---|---|
1 | Target type code |
2 | Target type number |
3 | Index in _oreportoutput collection |
Return value
Numeric
Count lines of array.
Remarks
Applies To: oXFRX
XFRX version: 24.0
Examples
=EVALUATE([xfrx("LOADRL")]) LOCAL ARRAY m.laRLS(1) LOCAL m.lii, m.liCount m.liCount=_Screen.oXFRX.ListRL(@m.laRLS) FOR m.lii=1 TO m.liCount ?m.laRLS(m.lii, 1), m.laRLS(m.lii, 2), m.laRLS(m.lii, 3) NEXT