[Migrated content. Thread originally posted on 04 September 2007]
I have problems to translate the following code to cobol..Dim S(); Dim I
S = InfoArray
For I = Lbound(s) to Ubound(s)
Debug.Print S(I,0), S(I,1)
Next i
I tried this, but I dont now how to declare the array.
CALL "C$SETVARIANT" USING op-tab array-handle.
create api of cbfisch handle in cbfisch-handle.
inquire cbfisch-Handle @Info info-handle.
modify info-Handle @InfoID "OP-Liste".
modify info-Handle @InfoArray () array-handle.
CALL "C$GETVARIANT" USING array-handle op-tab.
Someone who can help me?.
The def file is attached



