ansistring Questions
1
exzample code:
var
str1 : String;
str2 : AnsiString;
....
str2 := ....;
str1 := String(str2);
I converted such as above,but it didn't work.i found that some data lost in str1.is there a saf...
Weatherly asked 2/1, 2014 at 9:47
1
Solved
I am using BDS 2006 Turbo C++ for a long time now and some of my bigger projects (CAD/CAM,3D gfx engines and Astronomic computations) occasionally throw an exception (for example once in 3-12 month...
Kamenskuralski asked 17/7, 2013 at 11:3
3
Solved
Why are AnsiStrings indexed from one and dynamic arrays indexed from zero in the Delphi programming language?
Is this a historical accident, to make AnsiStrings work more like ShortStrings, or is t...
Versieversification asked 30/10, 2012 at 5:8
2
Solved
Is there a handy Format() function that works only on Ansi strings? Because everytime I use an AnsiString with Format() I get a warning. And no, I don't want Delphi to convert my AnsiStrings back a...
Fluoridate asked 7/10, 2011 at 3:58
4
Solved
My Win32 Delphi app analyzes text files produced by other applications that do not support Unicode. Thus, my apps needs to read and write ansi strings, but I would like to provide a better-localize...
Ari asked 17/6, 2009 at 2:40
1
© 2022 - 2024 — McMap. All rights reserved.