[progress Communities] [progress Openedge Abl] Forum Post: Openedge.core.collection.stack...

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
Hi! OE 11.6.1: I'm trying to instantiate a Stack object but I'm told that it's an abstract class, although the class browser suggests otherwise. Is this a bug or a feature? Of course I know I can inherit the Stack class, but this seems unnecessary. Sample code: using OpenEdge.Core.Collections.Stack. define variable elementStack as Stack no-undo. elementStack = new Stack(). /* error 15107 */ Cheers

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