[Progress Communities] [Progress OpenEdge ABL] Forum Post: class properties as raw

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

Blake Stanford

Guest
I have defined a class property as a raw value, however I cannot get the property set. Here is what I have: Class TestRawProp: define private property rHexCode as raw get. set. constructor public TestRawProp: def var rTemp as raw. put-string(rTemp,1) = "Test". TestRawProp:rHexCode = rTemp. rTemp = "". rTemp = TestRawProp:rHexCode(). message get-string(rTemp,1) view-as alert-box. end constructor. end class. The message statement shows the unknown value. Any help would be appreciated.

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