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...
Continue reading...