msninave
2nd September 2008, 12:32
Hi,

I have problem while taking output to text more than 255 characters. Can anyone tell me how to extract the data more than 255 characters from the table. I dont want to print it.

Thanks in advance.

Mangesh

george7a
2nd September 2008, 12:48
Hi,

How exactly are you taking the output to text?

- George

Hitesh Shah
3rd September 2008, 09:46
If writing a files , the length of the string variable may be the limit . So increase the string variable limit to have more characters.

If u are printing reports u can use spool function to print output probably upto 500 chrs .

avpatil
3rd September 2008, 17:14
you can always write to a file.

Arvind Patil

msninave
10th September 2008, 07:34
Thanks Hitesh I will try.