MB Software Solutions wrote: > Whil Hentzen (Pro*) wrote: >> At the top of each method/function, put a line like >> >> debugo "customer.init() is executing" >> debugo "lib.encrypt() is executing" >> >> That sort of thing. >> > > I used to do this, as it lessened my chance of typos or got around my > cut/paste fits: <g> > > ASSERT llAssert MESSAGE "In " + program() > > iirc, this worked for me. Haven't done it in years, but recall the line.
Ummm, I guess I wasn't clear. I want to see customer.init() customer.SetCreditLimit() customer.ProcessNewOrder() customer.DisplayOrders() in debugo (along with parms, if I want) and I'm not sure that assert is going to do that the way I want. <s> Whil _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

