Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] object/property1: "new value"

From: hk:readysoft at: 29-Jan-2001 12:17

Hi list, 1) how can I forbit to change values in an object? 2) how can I get an event, when an object variable is changed? In Visual Basic and VBScript I can do it with: Property get variable1() ... end Property Property let variable1(new) ... End Property Many Thanks Helmut