<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>As someone pointed out recently, assigning a string 
to another string only copies 4 bytes, no matter how big the string is.&nbsp; 
Only the memory location is copied unless the 2 references to the string go out 
of scope, in which case the string is copied in it's entirety.&nbsp; The Copy 
command, however, will copy each byte of the string to a new memory 
location.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Ross.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=kyley@harrissoftware.com href="mailto:kyley@harrissoftware.com">Kyley 
  Harris</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=delphi@ns3.123.co.nz 
  href="mailto:delphi@ns3.123.co.nz">NZ Borland Developers Group - Delphi 
  List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, October 20, 2004 11:15 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [DUG] String Copying</DIV>
  <DIV><BR></DIV>Not sure, but I get the feeling that writing a small test 
  including a timer and a loop will be the fastest answer ;)<BR><BR>Paul 
  McKenzie wrote: 
  <BLOCKQUOTE cite=mid000e01c4b612$f2daab20$1701010a@smss.org.nz type="cite">
    <META content="MSHTML 6.00.2800.1458" name=GENERATOR>
    <STYLE></STYLE>

    <DIV><FONT face=Arial size=2>Is it much slower to copy part of a string 
    "Copy(AStr, 2, Lenght(AStr))" than it is to copy an entire 
    string.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I am look at doing this sort of thing 
    reasonably often - for up to 1000 strings.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Regards<BR>Paul McKenzie<BR>SMSS 
    Ltd.<BR>Wellington<BR>New Zealand</FONT></DIV><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
Delphi mailing list
<A class=moz-txt-link-abbreviated href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</A>
<A class=moz-txt-link-freetext href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</A>
  </PRE></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Delphi mailing 
  list<BR>Delphi@ns3.123.co.nz<BR>http://ns3.123.co.nz/mailman/listinfo/delphi<BR></BLOCKQUOTE></BODY></HTML>