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