Thanks James. I am going to try this method also. Your input is very much appreciated.
JC
James Edward Gray II <[EMAIL PROTECTED]> wrote:
On Jul 16, 2004, at 3:46 PM, jason corbett wrote:
> I want to eliminate the ". " (periord) or "," (comma) from records
> that I return from a query, but I c
Thanks. I was using the Pipe thing, but the fact is my client wants it in Excel and to
be able to open it immediately and not "click around with the parameters" as they are
not Excel friendly (go figure). I appreaciate your willingness to carry the question
out to a solution/example and not a qu
Jason,
> I want to eliminate the ". " (periord) or "," (comma) from records that I
> return from a query, but I cannot figure out how to approach it. Does Perl
> have a way that I can match a string that from an array, remove a character or
> characters?
Yes. You could use a regular expression s/
jason corbett <[EMAIL PROTECTED]> wrote:
: I want to eliminate the ". " (periord) or "," (comma) from
: records that I return from a query, but I cannot figure out
: how to approach it. Does Perl have a way that I can match a
: string that from an array, remove a character or characters?
:
:
: F
On Jul 16, 2004, at 3:46 PM, jason corbett wrote:
I want to eliminate the ". " (periord) or "," (comma) from records
that I return from a query, but I cannot figure out how to approach
it. Does Perl have a way that I can match a string that from an array,
remove a character or characters?
For e
I want to eliminate the ". " (periord) or "," (comma) from records that I return from
a query, but I cannot figure out how to approach it. Does Perl have a way that I can
match a string that from an array, remove a character or characters?
For example say I have array @records that contain th