Re: getWindowRect Function
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jan 14, 2002
- 417 views
I always thought it was: "Live long and prosper". No? Dan Moyer ----- Original Message ----- From: <timelord at zebra.net> To: "EUforum" <EUforum at topica.com> Subject: Re: getWindowRect Function >Hi, > >I'm trying to use the getWindowRect function in Win32Lib. I know >that the returning result is a sequence, but when I try to display >this result, all I see are ascii characters beyond 128 (e.g.: ¤Ú) > >example: > >sequence result >result = getWindowRect(win) >wPuts( win, result[2]) > >Thanks, >--Bob replace wPuts(win, result[2]) with wPrintf(win, "%d", result[2]) >"LIVE LONG AND PROSPEROUS." - quote from 'Startrek'