>On 10/21/01 10:45 PM, "Robert Covington" <artlythere@...> wrote: > >> If anyone can supply versions of the below for C, Pascal, Java, RB or >> anything else commonly used in MacDom, that would be a help. I can then >> tailor the output for that language. Globals not necessary, but some DIM >> arrangement is I think. > >Robert, > >In REALbasic you'd add a class to your project and call it "Rect" with left, >top, width and height properties. If you want it to be as similar as >possible to the FB code, add a SetRect method to the Rect class that looks >like this: > >Sub SetRect(leftvalue as integer, topvalue as integer, widthvalue as >Geoff Perlman Gracias. It's a wrap now. Thanks all. Robert