Nick Ioffe wrote:
It seems that something is done when new String variable is allocated. Some kind of initialization!
Exactly (capacity).
Is there any way to overcome the diffculty without using the xyz strcuture allocated explicitly?
Initialize (xyz_ptr^)
Frank