Re: Find out if a method calls another method

2009-11-24 Thread C.DeRykus
On Nov 23, 8:08 am, st...@ibctech.ca (Steve Bertrand) wrote: > Hi everyone, > > I'm curious to know if there is an easy way to scan a list of module > files and identify how many subs are calling a different specific sub. > > I've got a method that must be called once by each and every sub within >

Re: Find out if a method calls another method

2009-11-24 Thread Steve Bertrand
Hack, Gabi (ext) wrote: >> From: Steve Bertrand [mailto:st...@ibctech.ca] >> Hi everyone, >> >> I'm curious to know if there is an easy way to scan a list of module >> files and identify how many subs are calling a different specific sub. >> >> I've got a method that must be called once by each an

RE: Find out if a method calls another method

2009-11-24 Thread Hack, Gabi (ext)
> From: Steve Bertrand [mailto:st...@ibctech.ca] > Hi everyone, > > I'm curious to know if there is an easy way to scan a list of module > files and identify how many subs are calling a different specific sub. > > I've got a method that must be called once by each and every > sub within > the

Re: Find out if a method calls another method

2009-11-23 Thread Jay Savage
On Mon, Nov 23, 2009 at 11:08 AM, Steve Bertrand wrote: > Hi everyone, > > I'm curious to know if there is an easy way to scan a list of module > files and identify how many subs are calling a different specific sub. > > I've got a method that must be called once by each and every sub within > the

Find out if a method calls another method

2009-11-23 Thread Steve Bertrand
Hi everyone, I'm curious to know if there is an easy way to scan a list of module files and identify how many subs are calling a different specific sub. I've got a method that must be called once by each and every sub within the module. I want to ensure I haven't forgot to include its call withou