Re: getWindowRect Function

new topic     » goto parent     » topic index » view thread      » older message » newer message

>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'

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu