Re: challange
- Posted by Irv Mullins <irvm at ellijay.com> Aug 24, 2001
- 430 views
On Friday 24 August 2001 14:20, George Walters wrote: > > Thanks Irv, I thought I would learn something from this. I didn't know > about the onChange[] = nil.... I'll try your rtn over the weekend. I'm off > to the boat with my laptop to get away from the support phone in about an > hour.... > > ...george Sheesh! Euphorum does it again - removes some of my code. Below is what "should" have been at the top of the previous code segment: include Win32lib.ew without warning global constant Window1 = create( Window, "Window1", 0, Default, Default, 400, 300, 0 ) global constant EditText2 = create( EditText, "", Window1, 56, 8, 150, 20, 0 ) procedure Nil() end procedure constant nil = routine_id("Nil") -- put onChange procedure here: Regards, Irv