Win4Eu: need synonym for 'get'
- Posted by Tommy Carlier <tommy.carlier at telenet.be> Sep 24, 2004
- 527 views
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:
win = create(Window, "win", {}) set(win, "Text", "Title of the window")
Now I need to find a function-name to get the value of a property. I'd like to use 'get', like this:
size = get(win, "Size")
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? -- tommy online: http://users.telenet.be/tommycarlier tommy.blog: http://tommycarlier.blogspot.com Euphoria Message Board: http://uboard.proboards32.com