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:
>
>
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
[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: