[progress Communities] [progress Openedge Abl] Forum Post: Re: 11.5.1: .net Generic Types Usage

  • Thread starter Thread starter Stefan Marquardt
  • Start date Start date
Status
Not open for further replies.
S

Stefan Marquardt

Guest
Thanks Mike for the hint. class T60LoggClass inherits System.Object: define public property IDUser as character no-undo get. set. define public property Txt as character no-undo get. set. end class. ---------------------------------------------------------------- /* class/syntax test: */ define variable x as T60LoggClass. x = new T60LoggClass(). x:Txt = "Test". define variable a as "System.Collections.Generic.List ". /* compile error */ Still this error: Multiple markers at this line - ** ..Progress\Developer Studio 4.3.1\workspace\TestProject\FormLogging.cls Could not understand line 282. (196) - Invalid substitution type 'T60LoggClass' supplied for a type parameter of Generic class System.Collections.Generic.List. (15214) - Invalid datatype specified: System.Collections.Generic.List. Specify a datatype such as 'character' or the name of a class. (5638)

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