Jul 17, 2003 #1 edgarasm Programmer Joined Oct 29, 2002 Messages 26 Location BR Hi, what I could do to held more than 255 characters in a variable?
Jul 17, 2003 #2 footpad Programmer Joined Nov 9, 2000 Messages 1,086 Location US Edgarasm, Try an AnsiString, which can hold up to 2GB characters. For more information, search the Delphi Help topics for "String types." Hope this helps... -- Lance Upvote 0 Downvote
Edgarasm, Try an AnsiString, which can hold up to 2GB characters. For more information, search the Delphi Help topics for "String types." Hope this helps... -- Lance