Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / January 2008



Tip: Looking for answers? Try searching our database.

Data Array

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
hhr_jb - 29 Jan 2008 23:55 GMT
Can some please help with this.  I need to pass an array to a wsdl function.  
The type is an array of single byte elements in chunks of 300 KB or less.

I was able to read the data (From XML file) and converted it to a 1 dimension
data array.  How can I determine what the size of that dataarray? And also is
it even possible to break that array out into 300 KB Chunks?

Thanks,
Jimmy
GArlington - 30 Jan 2008 09:43 GMT
> Can some please help with this.  I need to pass an array to a wsdl function.
> The type is an array of single byte elements in chunks of 300 KB or less.
>
>  I was able to read the data (From XML file) and converted it to a 1 dimension
> data array.
> How can I determine what the size of that dataarray?

var arraySize = ArrayLen(YourArray)?

> And also is it even possible to break that array out into 300 KB Chunks?

var elementSize = Len(YourArray[index])
var numberOfElementsPerChunck = 300*1024/elementSize

>  Thanks,
>  Jimmy
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.