Re: [PERFORM] Array fundamentals

2012-07-18 Thread Robert Haas
On Sat, Jun 2, 2012 at 1:05 PM, idc danny wrote: > Hi all, > I got 2 complementary functions, which will do opposite things. > 1 - CombineStrings(stringarray character varying[]) RETURNS character > varying > This one will take as parameter an array of strings and will return a string > with some

[PERFORM] Array fundamentals

2012-06-02 Thread idc danny
Hi all, I got 2 complementary functions, which will do opposite things. 1 - CombineStrings(stringarray character varying[])  RETURNS character varying This one will take as parameter an array of strings and will return a string with some formatted information inside 2-  SplitString2Array(stringtos