Page 1 of 1

longer than string

Posted: Sun Aug 13, 2006 5:22 pm
by according
Hi. Is it possible to create a longer chain, than string can do? Using string we can only work with at most 255 letters, than is quite few for me. I need to work with 1000 maybe more. Is there any way how to get long one chain like that? I mean does there exist an date type of length more than 255?

Something like integers and longint.

Thanks for answers and sorry for my english.

Posted: Tue Aug 15, 2006 9:38 am
by Giorgi
You can simply use string for that. String is 255 symbols in your compiler,but In judge system strings may be very large. If you want strings can be more than 1000000 symbols.

Posted: Tue Aug 22, 2006 5:45 pm
by Erik
You can use the type AnsiString explicitly for strings with no limitation (4GB) in length.