Re: Phix object arrays
- Posted by irv Feb 03, 2021
- 926 views
petelomax said...
procedure set(struct s, string field, object v) s[field] = v end procedure set(buttons[1],"label","Foo")
Yes, something like that should work. I'm trying for as much consistency and simplicity as possible. Phix offers simpler syntax than EuGTK allows, in most cases.