|
-
November 10th, 2003, 11:06 AM
#1
.DLL Output Array to XML
I have a COM dll that returns a variant multidimensional array.
For example ..data type shown in ()
aR(0,0) = COMPANY NAME (string)
aR(0,1) = COMPANY ADDRESS (string)
aR(0,3) = YTD REVENUE (Double)
aR(0,4) = MTD REVENUE (Double)
aR(0,5) = ACTIVE (Boolean)
then
aR(1,0) = same for the next client and so on.
aR(1,1) = ...
I need to look at converting this output to XML. Where do I start? I have read many threads but seem to be missing something.
Thanks
Paul
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|