Forum: VB.NET Aug 16th, 2007 |
| Replies: 3 Views: 887 Re: how to map objects to array ret is the array i defined to accept the value from the tuple
anyway, i've solved the prob by assigning the tuple to a multidimensional array
ret(0)(1)
thanks:) |
Forum: VB.NET Aug 15th, 2007 |
| Replies: 3 Views: 887 |
Forum: VB.NET Aug 15th, 2007 |
| Replies: 3 Views: 887 how to map objects to array i have these objects:
[ ['John', 27.52], ['Mary', 43.32], ['Paul', 64.85], ['Lulu', 98.23], ['Peter', 23.64]
['Mimi', 53.42], ['Nancy', 23.63] ]
and i need to assign them to:
var1 = ['John',... |
Forum: Python Aug 12th, 2007 |
| Replies: 0 Views: 577 need help in xmlrpc hi there,
i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in http://www.xml-rpc.net/ but i dun reli understand how xmlrpc.net works (i'm a... |
Forum: VB.NET Aug 12th, 2007 |
| Replies: 0 Views: 811 need help in xmlrpc.net hi there,
i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in http://www.xml-rpc.net/ but i dun reli understand how xmlrpc.net works (i'm a... |
Forum: RSS, Web Services and SOAP Aug 12th, 2007 |
| Replies: 0 Views: 1,315 xmlrpc help hi there,
i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in http://www.xml-rpc.net/ but i dun reli understand how xmlrpc.net works (i'm a... |