|
AnsiString vs String Pascal
|
|
01-31-2010, 08:13 PM
Post: #1
|
|||
|
|||
|
AnsiString vs String Pascal
String is limited to 255 characters.
AnsiString is limit to the amount of memory you have. |
|||
|
01-31-2010, 09:23 PM
(This post was last modified: 02-20-2010 07:28 PM by drdebcol.)
Post: #2
|
|||
|
|||
|
RE: AnsiString vs String Pascal
I knew about AnsiString, but i have never payed attention to that.
String is really limited as we can see. Maybe it is time to pass on AnsiString. THX for this ! Here are examples of usage : Code: program ansistring_test;P.S. AnsiString is not standard in Turbo Pascal for Windows, but in Free Pascal IDE you can call it whenever you want. "I dont know with what weapons World War 3 will be fought with, but i know World War 4 will be fought with stones and sticks" - Albert Einstein |
|||
|
02-01-2010, 02:20 AM
Post: #3
|
|||
|
|||
|
RE: AnsiString vs String Pascal
anytime
|
|||
|
02-01-2010, 07:43 PM
Post: #4
|
|||
|
|||
|
RE: AnsiString vs String Pascal
TBH, limit of 255 charrs, and few pointers are pretty good solution for me, in pascal and competitive tasks
Read rules ![]()
|
|||
|
02-02-2010, 02:04 AM
Post: #5
|
|||
|
|||
| RE: AnsiString vs String Pascal | |||
|
« Next Oldest | Next Newest »
|









