<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Array</title></head><body>
<div>Hello,</div>
<div><br></div>
<div>A few weeks ago, I posted a message without answer. So I come
again :</div>
<div><br></div>
<div><font face="Courier New" size="+2" color="#000000"><br>
<br>
</font></div>
<div><font face="Courier New" size="+2" color="#000000">I have a
custom Property Set which contains an array.</font></div>
<div><font face="Courier New" size="+2" color="#000000">the name of
thz set is "cName"</font></div>
<div><font face="Courier New" size="+2" color="#000000">the keys
content :</font></div>
<div><font face="Courier New" size="+2" color="#000000">student,1<br>
prof,1<br>
Student,2<br>
prof,2<br>
<br>
<br>
each line gives a name :<br>
<br>
example :<br>
student,1  ===> John<br>
prof,1     ===> Tom<br>
</font></div>
<div><font face="Courier New" size="+2" color="#000000">I'd like to
add some data on the existing custom set</font></div>
<div><font face="Courier New" size="+2" color="#000000">so I start
with a new handler</font></div>
<div><font face="Courier New" size="+2" color="#000000">I have to call
the custom property, know how much lines are stored in the custom and
add one line</font></div>
<div><font face="Courier New" size="+2" color="#000000">for example
:</font></div>
<div><font face="Courier New" size="+2" color="#000000">Peter =
student,3</font><br>
<font face="Courier New" size="+2" color="#000000"></font></div>
<div><font face="Courier New" size="+2" color="#000000">How to proceed
?</font></div>
<div><font face="Courier New" size="+2" color="#000000"><br>
thanks.</font></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
</body>
</html>