<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>myOffice Email Message</TITLE>
<META http-equiv=content-type content="text/html; charset=iso-8859-1">
<META content=2002-11-01 name=date>
<STYLE type=text/css></STYLE>
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I use a Memory Sharing component called
fisSharedMemory which works very well. You can specify a memory block size
and use short strings (up to 255 chars). I'm using it with a Record
structure with many different variables.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I use one variable in the record which is
being polled in a Timer to test if new values have been updated by the other
application. The variable is then reset after being read. It works
very well and very fast.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial size=2><A
href="http://sodev.webzdarma.cz/show.php?page=Others&la=en&kateg=Systems">http://sodev.webzdarma.cz/show.php?page=Others&la=en&kateg=Systems</A></FONT></DIV>
<DIV><FONT face=Arial size=2>(very slow website, but some very interesting
componets)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></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=gary@123.co.nz href="mailto:gary@123.co.nz">Gary T. Benner</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=kyleyharris@gmail.com
href="mailto:kyleyharris@gmail.com">kyleyharris@gmail.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=delphi@ns3.123.co.nz
href="mailto:delphi@ns3.123.co.nz">delphi@ns3.123.co.nz</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 24, 2005 10:29
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> RE: Re: [DUG] Reference
counting</DIV>
<DIV><BR></DIV><SPAN style="COLOR: #ff0000"><B><SPAN
style="FONT-FAMILY: MS Sans Serif">[Reply]</SPAN></B></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN style="COLOR: #000000">Hi
all,</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN style="COLOR: #000000">To
"send a string" using windows messaging, use Global Atoms, and send the
reference to the Atom in the Windows Message.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN style="COLOR: #000000">Look
at:</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN style="COLOR: #000000"><A
href="http://www.delphipages.com/threads/thread.cfm?ID=24029&G=24027">http://www.delphipages.com/threads/thread.cfm?ID=24029&G=24027</A></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #000000">cheers</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #000000">Gary</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #000000">A</SPAN><SPAN style="COLOR: #ff0000"><B>t 19:43 on
24/11/2005 you wrote </B></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>To : <A
href="mailto:rohit@cfl.co.nz,delphi@ns3.123.co.nz">rohit@cfl.co.nz,delphi@ns3.123.co.nz</A></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>CC : </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>From: Kyley Harris, <A
href="mailto:kyleyharris@gmail.com">kyleyharris@gmail.com</A></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Content Type: text/plain</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Attached: </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>There are two basic ways to send a string, seeing
as we are talking </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>postmessage,</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>here is the fugly one.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>p:phar;</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>GetMem(p,length(data));</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>move(data[1],p^,length(data));</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>postmessage(bla bla , integer(p));</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>remember to free mem on the other
side.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Better and nicer way</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>TString = class(TObject)</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN style="COLOR: #008000">>
property data:string;</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>end;</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Create and send a reference to this, and free it
when you are finished.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>remember none of these options is safe outside of
your own application.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>On Thu, 24 Nov 2005 17:43:51 +1300, Rohit Gupta
<rohit@cfl.co.nz> wrote:</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> I cant see how it can be safe. I was stumped
as well when I wanted</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> to send a string in a message. I had to
abandon my ideas.... :-( Let</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> me know if you have any joy.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> From: "Paul Lowman"
<paul_lowman@xtra.co.nz></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> To: "Delphi List"
<delphi@delphi.org.nz></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Date sent: Thu, 24 Nov
2005 16:22:04 +1300</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Copies to:
</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Subject: [DUG]
Reference counting</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Send reply to: NZ
Borland Developers Group - Delphi List </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> <delphi@ns3.123.co.nz></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
<mailto:delphi-request@ns3.123.co.nz?subject=unsubscribe></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
<mailto:delphi-request@ns3.123.co.nz?subject=subscribe></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> [ Double-click this line for list subscription
options ]</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Heres one for the gurus -</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Assume a long string variable is declared
locally to a method and is</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> assigned a string and the string variable is
then typecast as an integer </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> and</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> used in - say - a windows message by assigning
it to the message lparam.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> The question is when the message is received
by another form / thread is </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> it</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> valid to then typecast the lparam back to a
string and use it ?</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> I have tried many variations of this scenario
and it seems to work OK </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> but am</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> uneasy about whether or not this is safe. I
assume it isn't as the local</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> string variable (which points to the actual
string) is on the stack and </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> is</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> not maintained after the method is exited but
what I really am concerned</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> about is the reference count for the string -
has it been increased by</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> typecasting it to an integer / pointer
whatever ...</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> I have used some of Marco Cantu's code to try
and examine the strings</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> reference count and it always appears to be -1
if the string is a local</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> variable although it works correctly for field
or global.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> All very confusing :-)</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> I would like to know how the code knows when
to inc / dec / dispose the</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> stirng / array reference count.</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Cheers</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Paul Lowman</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
_______________________________________________</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Delphi mailing list</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Delphi@ns3.123.co.nz</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
http://ns3.123.co.nz/mailman/listinfo/delphi</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Regards</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Rohit</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
======================================================================</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> CFL - Computer Fanatics Ltd. 21 Barry's Point
Road, AKL, New Zealand</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> PH (649) 489-2280</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> FX (649) 489-2290</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> email rohit@cfl.co.nz or
r.gupta@xtra.co.nz</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
======================================================================</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
_______________________________________________</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Delphi mailing list</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>> Delphi@ns3.123.co.nz</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>>
http://ns3.123.co.nz/mailman/listinfo/delphi</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>-- </SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Kyley Harris</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>+64-21-671821</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>_______________________________________________</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Delphi mailing list</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>Delphi@ns3.123.co.nz</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">>http://ns3.123.co.nz/mailman/listinfo/delphi</SPAN></SPAN>
<P><SPAN style="FONT-FAMILY: MS Sans Serif"><SPAN
style="COLOR: #008000">></SPAN></SPAN>
<P><FONT face=arial color=navy size=1></P>
<DIV style="WIDTH: 260px; HEIGHT: 50px">
<MARQUEE id=marquee1 style="WIDTH: 260px; HEIGHT: 200px" trueSpeed
scrollAmount=5 scrollDelay=20 direction=right behavior=slide loop=1
border="2">
<HR>
<TABLE>
<TBODY>
<TR>
<TD><FONT face=helvetica,verdana,arial color=black size=4>Gary Benner
</FONT></TD></TR>
<TR>
<TD><FONT face="arial, arial, helvetica, sans-serif" color=black
size=2>e-Engineer, Lecturer, and Software Developer</FONT></TD></TR><BR>
<TR>
<TD><FONT face="arial, arial, helvetica, sans-serif" color=#000099
size=2><B><A style="COLOR: blue; TEXT-DECORATION: none"
href="http://www.123.co.nz">123 Internet Limited</A></B></FONT></TD></TR>
<TR>
<TD><FONT face="arial, arial, helvetica, sans-serif" color=#000099
size=2><B><A style="COLOR: #993333; TEXT-DECORATION: none"
href="http://www.waiariki.ac.nz">Waiariki Institute of
Technology</A></B></FONT></TD></TR>
<TR>
<TD><FONT face="arial, arial, helvetica, sans-serif" color=#cece00
size=2><B><A style="COLOR: #cece00; TEXT-DECORATION: none"
href="http://www.sunshinebags.co.nz">Sunshine Garden Bag
Co.</A></B></FONT></TD></TR>
<TR>
<TD><FONT face="arial, arial, helvetica, sans-serif" color=red
size=2><B><A style="COLOR: red; TEXT-DECORATION: none"
href="http://www.sommnet.com">Sommnet.com Limited</A></B></FONT></TD></TR>
<TR>
<TD><FONT face='22helvetica,verdana,arial"' size=1>Mob: 021 966
992</FONT></TD></TR>
<TR>
<TD><FONT face=helvetica,verdana,arial size=1>Email: <A
href="mailto:gary@123.co.nz">gary@123.co.nz</A>
</FONT></TD></TR></TBODY></TABLE></MARQUEE></DIV><BR><BR>Ref#: 41006<BR><BR>
<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></FONT></BODY></HTML>