[progress Communities] [progress Openedge Abl] Forum Post: Re: Working With...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
So when you have the reference to the list in cab-array, you should be able to access the items with cab-array[0] and cab-array[1] cab-array:Count returns the number of items. DO i = 0 TO cab-array:Count - 1: MESSAGE cab-array:ToString(). END. iterates the items. Or ( github.com/.../foreach.i): {Consultingwerk/foreach.i Docuware.Platform.ServerClient.FileCabinet oItem in cab-array} MESSAGE oItem:ToString() . END.

Continue reading...
 
Status
Not open for further replies.
Back
Top