01-21-2008 12:56 AM
Solved! Go to Solution.
01-21-2008 01:47 AM
hi muks,
you can create an array using "initialize array" function. Set the number of elements to 255000 and use the replace function to write your values in this array. After that you can reshape the array to a 2D Array.
Mike
01-21-2008 01:49 AM
01-21-2008 02:36 AM
01-21-2008 02:40 AM
01-21-2008 02:46 AM
Hi muks,
if you need a 1D array you can simple reshape your 2D array after the while loop.
Mike
01-21-2008 02:48 AM
01-21-2008 03:19 AM
01-21-2008 03:26 AM
01-21-2008 03:58 AM
hey mikey,
Thanx a lot . but just imagine i need to handle 20,40000 bits of data.will let u know the time taken in a few minutes.Meanwhile thanx a lot