<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR>
 <BR>
Please somebody help me ! <BR>
 <BR>
I am really confused with all these void that I see everywhere.<BR>
 <BR>
The documentation says:<BR>
PyObject * PyArray_SETITEM(PyObject * arr, void* itemptr, PyObject* obj)<BR>
 <BR>
I created a 1D array of doubles with PyArray_SimpleNew.<BR>
Now I am in a loop of index i to feed my array with values.<BR>
What should I give for itemptr ?<BR>
 <BR>
Thank you <BR>                                      </body>
</html>