Re: Win4Eu: need synonym for 'get'
- Posted by "Igor Kachan" <kinz at peterlink.ru> Sep 24, 2004
- 511 views
Hi, Tommy! > 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? 'Ask' or 'ask' are good and short words, on my taste. Regards, Igor Kachan kinz at peterlink.ru