Re: UDF - string problem

2001-02-13 Thread Sinisa Milivojevic
Thomas Kaester writes: > Hello Sinisa and everybody who can help me! > > I try to develop a UDF which returns a string! But I get only 256 characters of the >string! I tried to change my alloc function, so that I only use my_malloc and >my_free! But the result is the same! The necessary me

UDF - string problem

2001-02-12 Thread Thomas Kaester
Hello Sinisa and everybody who can help me! I try to develop a UDF which returns a string! But I get only 256 characters of the string! I tried to change my alloc function, so that I only use my_malloc and my_free! But the result is the same! The necessary memory is allocated in xxx_init() and