Re: This does not jive
- Posted by DonCole Sep 02, 2012
- 2055 views
mattlewis said...
If you want to combine arguments into a sequence and call the procedure, you'll need to use routine_id() and call_proc().
Matt
From win32lib,
-- where is the window located? sequence extent -- get the extent of the window extent = getRect( MyWindow ) -- display the position wPrintf( MyWindow, "MyWindow is located at %d,%d }, extent[1 .. 2] )
Don