Re: Win4Eu: need synonym for 'get'
- Posted by "Kat" <gertie at visionsix.com> Sep 24, 2004
- 521 views
On 24 Sep 2004, at 10:28, Tommy Carlier wrote: > > > posted by: Tommy Carlier <tommy.carlier at telenet.be> > > I'm looking for a (short) synonym for 'get', used as a function-name. > In Win4Eu, you will be able to set properties of controls with the > 'set'-procedure, like this: > }}} <eucode> > win = create(Window, "win", {}) > set(win, "Text", "Title of the window") > </eucode> {{{ > Now I need to find a function-name to get the value of a property. > I'd like to use 'get', like this: > }}} <eucode> > size = get(win, "Size") > </eucode> {{{ > But, there already is a get-function in the standard library 'get.e'. > So I need a synonym. I was thinking of 'take' or 'grab', but perhaps > you guys (and girls) can find something better? I use getf() for get-file, and getw() for get-web, perhaps you can use getp() for get-properties? Or getpx(), getpy(), getpz() ? Kat