Search found 1 match
- 06 Jan 2013 10:23
- Forum: Troubleshooting
- Topic: Referencing variables of a "Reference"
- Replies: 1
- Views: 654
Referencing variables of a "Reference"
Been looking into how to pull this off, seems trivial. Basically I create a references using getObject(), but I want to then reference that items "x" variable, but I seem to not be able too. For reference I would assume this: decl self = getobject(); self.x = {0,OSC_ARGS}; but that doesn't compile ...