Path: utzoo!attcan!uunet!husc6!bloom-beacon!WSL.DEC.COM!haynes From: haynes@WSL.DEC.COM Newsgroups: comp.windows.x Subject: Re: String --> Pixel conversions Message-ID: <8805232248.AA22060@gilroy.dec.com> Date: 23 May 88 22:47:59 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 8 There is no type conversion (coercion) on parameters passed in the arglist. If you are using an arglist you are expected to pass the argument in the form the callee want's it in. In this case, as a pixel value. We considered having "source type" information in arglists, but decided that it was too expensive, to complicated to explain, and not useful enough. -- Charles