Re: Rephrasing the Question

2003-11-20 Thread R. Joseph Newton
Jason Dusek wrote: Hi Jason, I'm redirecting this to the list, so that all can participate in the discussion. Folks have found that it works better that way. You get input from a much broader range of perspectives. > On Wednesday, November 19, 2003, at 02:00 AM, R. Joseph Newton wrote: > >

Re: Rephrasing the Question

2003-11-19 Thread R. Joseph Newton
Jason Dusek wrote: > I need to write a script that finds the uniq() function in code for a > data manipulation language, and replaces it with hyd_uniq(). Here are > some examples: > > amend: u= uniq( timetags.bin_start, s ) > to: u= hyd_uniq( timetags.bin_start, s ) > > s/\(u

Re: Rephrasing the Question

2003-11-18 Thread Chuck Fox
[EMAIL PROTECTED] wrote: Hi All, Hey Jason, I need to write a script that finds the uniq() function in code for a data manipulation language, and replaces it with hyd_uniq(). Here are some examples: amend: u= uniq( timetags.bin_start, s ) to: u= hyd_uniq( timetags.bin_start, s ) amend: