MSGraph maximum array size is 3999 elements

I just spent a couple of hours debugging and it seems that 2D array size in MSGraph cannot exceed 3999 elements. I am using MS Office 11 beta2 and office reporting toolkit. Some of my data sets were larger than 3999 and I was getting cryptic error messages. NI search did not yield any additional info so I am posting this for future searches. NI could have added some error checking if this really a case.
Any ideas on how to easily plot arrays larger than that.
Thanks
RK

I have never used MSGraph, but I recently used Excel 2000 to graph a chart that was 10000 by 3. This should solve your problem (unless, of course, I have misunderstood it--let me know).
Sean

Similar Messages

  • Maximum array size

    Hi,
    I am using LabVIEW 8.2.1 (RT & DSC)
    I need to process something while having all the prime numbers less than 1E9 available.
    there are approximately 51 million.
    is it ok with LabVIEW?  (array of the size 51 million) I will use 64bit array.
    can LabVIEW deal with this size of array?
    am I underestimating LabVIEW?
    Thanks,
    Amitai Abramson.

    Alain S wrote:
    altenbach wrote:
    I just dug out my old prime code for up to 8 digit factors. It takes about 6 seconds to generate all 8 digit primes.
    About 3.5 sec for primes up to 200000
    and 41 sec for primes up to 999999
    My code does 200000 is about 6ms (600x faster) and 999999 in about 32ms. (1200x faster)
    (of course it also depends on hardware ) 
    Alain S wrote:
    So would you be so kind to point out where I could improve the code?
    Initialize an array of x elements
    Fill the array with numers 0 to x
    Do the "Eratosthenes" trick to eliminate non primes. To avoid redim of the array I replace non primes by -100
    Sort the array to get all -100 at the top of the array
    Remove all equals (-100) with Open G vi
    Remove first three elements (-100, 0 & 1) to keep only real primes.
    A FOR loop knows the number of iterations, so generating the values in an autoindexing shift register is equally efficient and simpler. Steps (1&2) can be combined. It is also sufficient to only consider odd values (except "2"), reducing the array by 50%.
    You are already touching the element so why not move it down to the next prime slot, reusing the operating array for the prime storage at once. This also eliminates sorting (O(NlogN)) and openG tools. Just truncate at the end after the last prime found. (4&5).
    Looking at your code:
    General:
    Don't use a timeout case to poll the stop button 100x/sec while the program is idle. Use a latch action button to start the code, no need to reset via a value property (if you really want to reset the value, use a local variable instead). Use another event for the stop button.
    While loop:
    With every iteration of the while loop, you are converting to DBL and taking the square. Keep it blue! There should be no orange wires!
    You can precalculate the number of iterations and use a FOR loop, eliminating the termination calculations.
    Inner FOR loop:
    You don't need to do trial divisions, this is way too much work. (The main reason for the slow performance!). Simply calculate the multiple indices directly. Once you are at half-size, there are no multiples left, don't keep looking for them. (My code runs the inner FOR loop 0 times for large values, eliminating a case structure).
    After the loop:
    Sorting is not needed if you correctly place the primes as they are calculated.
    After sorting, all "-100" are at the beginning. All you need to do is search for the element with "2" and take the subset to the end. No need for fancy openg tools.
    You shoud write to the indicator after the sequence. You don't want the timing to be biased by potential indicator updates.
    Attached is a simple version of the code (LabVIEW 8.0. I have some others that might be more optimized in other terms (e.g. smaller memory footprint)). Of course there could be bugs.
    See if it makes sense. I am sure there are inprovements possible. Of course you want to do this only once if it is part a bigger code, so use the "first run?" primitive and keep the primes in a shift register. No need to use an indicator for them at all.
    Message Edited by altenbach on 11-29-2009 11:41 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    FindPrimes.png ‏29 KB
    FindPrimeFactors_only001.vi ‏20 KB

  • Maximum array size problem?

    i have the following peice of code:
    public class SirData {
         public static int[]  sirBytes;
         static {
              sirBytes = new int[] {208, 207, 17, 224, 161, 177, 26, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 3, 0, 254, 255, 9, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 254, 255, 255, 255, 0, 0, 0, 0, 254, 255, 255, 255, 0, 0, 0, 0, 81, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 9, 8, 16, 0, 0, 6, 5, 0, 169, 31, 205, 7, 201, 192, 0, 0, 6, 3, 0, 0, 225, 0, 2, 0, 176, 4, 193, 0, 2, 0, 0, 0, 226, 0, 0, 0, 92, 0, 112, 0, 3, 0, 0, 66, 83, 67, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 66, 0, 2, 0, 176, 4, 97, 1, 2, 0, 0, 0, 192, 1, 0, 0, 61, 1, 10, 0, 3, 0, 4, 0, 5, 0, 1, 0, 6, 0, 156, 0, 2, 0, 14, 0, 25, 0, 2, 0, 0, 0, 18, 0, 2, 0, 0, 0, 19, 0, 2, 0, 0, 0, 175, 1, 2, 0, 0, 0, 188, 1, 2, 0, 0, 0, 61, 0, 18, 0, 195, 0, 60, 0, 33, 57, 73, 32, 56, 0, 0, 0, 0, 0, 1, 0, 88, 2, 64, 0, 2, 0, 0, 0, 141, 0, 2, 0, 0, 0, 34, 0, 2, 0, 0, 0, 14, 0, 2, 0, 1, 0, 183, 1, 2, 0, 0, 0, 218, 0, 2, 0, 0, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 2, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 3, 0, 255, 127, 188, 2, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 3, 0, 255, 127, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 4, 0, 12, 0, 144, 1, 0, 0, 1, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 4, 0, 36, 0, 144, 1, 0, 0, 1, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 240, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 46, 0, 240, 0, 1, 0, 12, 0, 188, 2, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 26, 0, 160, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 24, 1, 7, 0, 255, 127, 188, 2, 0, 0, 1, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 46, 0, 24, 1, 6, 0, 255, 127, 144, 1, 0, 0, 1, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 28, 0, 160, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 2, 0, 221, 6, 1, 84, 0, 97, 0, 104, 0, 111, 0, 109, 0, 97, 0, 49, 0, 26, 0, 200, 0, 1, 0, 12, 0, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 240, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 26, 0, 24, 1, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 22, 0, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 30, 4, 28, 0, 5, 0, 23, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 95, 41, 59, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 92, 41, 30, 4, 33, 0, 6, 0, 28, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 95, 41, 59, 91, 82, 101, 100, 93, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 92, 41, 30, 4, 34, 0, 7, 0, 29, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 30, 4, 39, 0, 8, 0, 34, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 91, 82, 101, 100, 93, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 30, 4, 55, 0, 42, 0, 50, 0, 0, 95, 40, 34, 36, 34, 42, 32, 35, 44, 35, 35, 48, 95, 41, 59, 95, 40, 34, 36, 34, 42, 32, 92, 40, 35, 44, 35, 35, 48, 92, 41, 59, 95, 40, 34, 36, 34, 42, 32, 34, 45, 34, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 46, 0, 41, 0, 41, 0, 0, 95, 40, 42, 32, 35, 44, 35, 35, 48, 95, 41, 59, 95, 40, 42, 32, 92, 40, 35, 44, 35, 35, 48, 92, 41, 59, 95, 40, 42, 32, 34, 45, 34, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 63, 0, 44, 0, 58, 0, 0, 95, 40, 34, 36, 34, 42, 32, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 95, 40, 34, 36, 34, 42, 32, 92, 40, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 59, 95, 40, 34, 36, 34, 42, 32, 34, 45, 34, 63, 63, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 54, 0, 43, 0, 49, 0, 0, 95, 40, 42, 32, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 95, 40, 42, 32, 92, 40, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 59, 95, 40, 42, 32, 34, 45, 34, 63, 63, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 16, 0, 164, 0, 11, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 30, 4, 20, 0, 165, 0, 15, 0, 0, 109, 109, 109, 109, 92, 32, 100, 92, 44, 92, 32, 121, 121, 121, 121, 30, 4, 17, 0, 166, 0, 12, 0, 0, 100, 92, 45, 109, 109, 109, 92, 45, 121, 121, 121, 121, 30, 4, 14, 0, 167, 0, 9, 0, 0, 109, 109, 109, 92, 45, 121, 121, 121, 121, 30, 4, 9, 0, 168, 0, 4, 0, 0, 48, 46, 48, 37, 30, 4, 8, 0, 169, 0, 3, 0, 0, 48, 95, 41, 30, 4, 12, 0, 170, 0, 7, 0, 0, 48, 46, 48, 48, 37, 95, 41, 30, 4, 36, 0, 171, 0, 31, 0, 0, 91, 36, 45, 52, 48, 57, 93, 100, 100, 100, 100, 92, 44, 92, 32, 109, 109, 109, 109, 92, 32, 100, 100, 92, 44, 92, 32, 121, 121, 121, 121, 30, 4, 15, 0, 172, 0, 10, 0, 0, 109, 47, 100, 47, 121, 121, 121, 121, 95, 41, 30, 4, 13, 0, 173, 0, 8, 0, 0, 48, 46, 48, 48, 63, 37, 95, 41, 30, 4, 13, 0, 174, 0, 8, 0, 0, 48, 46, 48, 63, 63, 37, 95, 41, 30, 4, 21, 0, 175, 0, 16, 0, 0, 34, 89, 101, 115, 34, 59, 34, 89, 101, 115, 34, 59, 34, 78, 111, 34, 30, 4, 26, 0, 176, 0, 21, 0, 0, 34, 84, 114, 117, 101, 34, 59, 34, 84, 114, 117, 101, 34, 59, 34, 70, 97, 108, 115, 101, 34, 30, 4, 20, 0, 177, 0, 15, 0, 0, 34, 79, 110, 34, 59, 34, 79, 110, 34, 59, 34, 79, 102, 102, 34, 30, 4, 93, 0, 178, 0, 44, 0, 1, 91, 0, 36, 0, 172, 32, 45, 0, 50, 0, 93, 0, 92, 0, 32, 0, 35, 0, 44, 0, 35, 0, 35, 0, 48, 0, 46, 0, 48, 0, 48, 0, 95, 0, 41, 0, 59, 0, 91, 0, 82, 0, 101, 0, 100, 0, 93, 0, 92, 0, 40, 0, 91, 0, 36, 0, 172, 32, 45, 0, 50, 0, 93, 0, 92, 0, 32, 0, 35, 0, 44, 0, 35, 0, 35, 0, 48, 0, 46, 0, 48, 0, 48, 0, 92, 0, 41, 0, 30, 4, 15, 0, 179, 0, 10, 0, 0, 109, 109, 47, 100, 100, 47, 121, 121, 59, 64, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 1, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 1, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 2, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 2, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 43, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 41, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 44, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 42, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 9, 0, 0, 0, 244, 255, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 8, 0, 0, 0, 244, 255, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 9, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 34, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 8, 0, 0, 0, 81, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 32, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 34, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 35, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 35, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 17, 17, 64, 32, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 17, 17, 64, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 1, 1, 64, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 1, 0, 64, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 0, 0, 32, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 1, 16, 64, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 16, 0, 32, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 1, 64, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 0, 64, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 16, 64, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 35, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 14, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 16, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 112, 16, 17, 0, 32, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 119, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 23, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 112, 119, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 119, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 23, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 112, 112, 0, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 16, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 35, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 40, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 17, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 17, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 18, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 32, 18, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 18, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 19, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 56, 18, 32, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 56, 18, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 33, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 33, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 18, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 48, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 20, 0, 0, 0, 1, 0, 35, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 33, 0, 0, 116, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 32, 0, 0, 100, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 32, 0, 0, 100, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 12, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 12, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 1, 33, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 0, 33, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 32, 33, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 1, 33, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 32, 33, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 1, 18, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 32, 18, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 32, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 32, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 56, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 56, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 1, 1, 64, 0, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 1, 0, 0, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 16, 1, 0, 32, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 1, 0, 64, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 0, 0, 32, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 32, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 1, 16, 64, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 16, 0, 32, 0, 32, 0, 0, 192, 32, 147, 2, 4, 0, 16, 128, 3, 255, 147, 2, 4, 0, 17, 128, 6, 255, 147, 2, 4, 0, 18, 128, 4, 255, 147, 2, 4, 0, 19, 128, 7, 255, 147, 2, 4, 0, 20, 128, 9, 255, 147, 2, 4, 0, 21, 128, 8, 255, 147, 2, 4, 0, 0, 128, 0, 255, 147, 2, 4, 0, 22, 128, 5, 255, 146, 0, 226, 0, 56, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 255, 255, 0, 0, 255, 0, 255, 0, 0, 255, 255, 0, 128, 0, 0, 0, 0, 128, 0, 0, 0, 0, 128, 0, 128, 128, 0, 0, 128, 0, 128, 0, 0, 128, 128, 0, 192, 192, 192, 0, 128, 128, 128, 0, 128, 128, 255, 0, 128, 32, 96, 0, 255, 255, 192, 0, 160, 224, 224, 0, 96, 0, 128, 0, 255, 128, 128, 0, 0, 128, 192, 0, 192, 192, 255, 0, 0, 0, 128, 0, 255, 0, 255, 0, 255, 255, 0, 0, 0, 255, 255, 0, 128, 0, 128, 0, 128, 0, 0, 0, 0, 128, 128, 0, 0, 0, 255, 0, 0, 204, 255, 0, 105, 255, 255, 0, 204, 255, 204, 0, 255, 255, 153, 0, 166, 202, 240, 0, 204, 156, 204, 0, 204, 153, 255, 0, 227, 227, 227, 0, 51, 102, 255, 0, 51, 204, 204, 0, 51, 153, 51, 0, 153, 153, 51, 0, 153, 102, 51, 0, 153, 102, 102, 0, 102, 102, 153, 0, 150, 150, 150, 0, 51, 51, 204, 0, 51, 102, 102, 0, 0, 51, 0, 0, 51, 51, 0, 0, 102, 51, 0, 0, 153, 51, 102, 0, 51, 51, 153, 0, 66, 66, 66, 0, 92, 16, 14, 0, 3, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 96, 1, 2, 0, 1, 0, 133, 0, 23, 0, 213, 45, 0, 0, 0, 0, 15, 0, 83, 105, 114, 32, 73, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 133, 0, 19, 0, 19, 88, 0, 0, 0, 0, 11, 0, 68, 101, 112, 108, 111, 121, 32, 70, 111, 114, 109, 133, 0, 17, 0, 100, 96, 0, 0, 0, 0, 9, 0, 84, 101, 115, 116, 32, 80, 108, 97, 110, 133, 0, 19, 0, 93, 106, 0, 0, 0, 0, 11, 0, 80, 101, 101, 114, 32, 82, 101, 118, 105, 101, 119, 133, 0, 19, 0, 156, 124, 0, 0, 0, 0, 11, 0, 83, 99, 114, 101, 101, 110, 83, 104, 111, 116, 115, 140, 0, 4, 0, 1, 0, 1, 0, 174, 1, 4, 0, 5, 0, 1, 4, 23, 0, 26, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 2, 0, 2, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 101, 103, 95, 66, 97, 108, 59, 0, 0, 17, 0, 120, 1, 2, 0, 2, 0, 24, 0, 30, 0, 0, 0, 0, 4, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 97, 116, 97, 59, 0, 0, 17, 0, 120, 1, 0, 0, 8, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 110, 100, 95, 66, 97, 108, 59, 0, 0, 17, 0, 120, 1, 8, 0, 8, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 120, 116, 114, 97, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 4, 0, 4, 0, 24, 0, 28, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 120, 116, 114, 97, 95, 80, 97, 121, 109, 101, 110, 116, 24, 0, 36, 0, 0, 0, 0, 10, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 117, 108, 108, 95, 80, 114, 105, 110, 116, 59, 0, 0, 0, 0, 120, 1, 0, 0, 8, 0, 24, 0, 40, 0, 0, 0, 0, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 101, 97, 100, 101, 114, 95, 82, 111, 119, 59, 0, 0, 16, 0, 16, 0, 0, 0, 255, 0, 98, 1, 8, 0, 24, 0, 29, 0, 0, 0, 0, 3, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 110, 116, 59, 0, 0, 17, 0, 120, 1, 7, 0, 7, 0, 24, 0, 35, 0, 0, 0, 0, 13, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 110, 116, 101, 114, 101, 115, 116, 95, 82, 97, 116, 101, 58, 0, 0, 6, 0, 3, 0, 24, 0, 60, 0, 0, 0, 0, 8, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 97, 115, 116, 95, 82, 111, 119, 99, 31, 0, 0, 0, 25, 2, 15, 0, 99, 7, 0, 0, 0, 99, 15, 0, 0, 0, 3, 25, 8, 12, 0, 35, 7, 0, 0, 0, 25, 8, 3, 0, 34, 3, 1, 0, 24, 0, 33, 0, 0, 0, 0, 11, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 65, 109, 111, 117, 110, 116, 58, 0, 0, 5, 0, 3, 0, 24, 0, 32, 0, 0, 0, 0, 10, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 83, 116, 97, 114, 116, 58, 0, 0, 9, 0, 3, 0, 24, 0, 32, 0, 0, 0, 0, 10, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 89, 101, 97, 114, 115, 58, 0, 0, 7, 0, 3, 0, 24, 0, 38, 0, 0, 0, 0, 16, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 117, 109, 95, 80, 109, 116, 95, 80, 101, 114, 95, 89, 101, 97, 114, 58, 0, 0, 8, 0, 3, 0, 24, 0, 64, 0, 0, 0, 0, 18, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 117, 109, 98, 101, 114, 95, 111, 102, 95, 80, 97, 121, 109, 101, 110, 116, 115, 31, 123, 20, 174, 71, 225, 122, 132, 63, 35, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 240, 191, 98, 3, 64, 0, 30, 1, 0, 3, 24, 0, 34, 0, 0, 0, 0, 8, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 95, 68, 97, 116, 101, 59, 0, 0, 17, 0, 120, 1, 1, 0, 1, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 95, 78, 117, 109, 59, 0, 0, 17, 0, 120, 1, 0, 0, 0, 0, 24, 0, 60, 0, 0, 0, 0, 12, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 109, 101, 110, 116, 95, 68, 97, 116, 101, 99, 12, 0, 0, 0, 97, 69, 0, 99, 12, 0, 0, 0, 97, 68, 0, 99, 19, 0, 0, 0, 3, 99, 12, 0, 0, 0, 97, 67, 0, 97, 65, 0, 24, 0, 29, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 109, 101, 110, 116, 95, 78, 117, 109, 98, 101, 114, 24, 0, 31, 0, 0, 0, 0, 5, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 114, 105, 110, 99, 59, 0, 0, 17, 0, 120, 1, 6, 0, 6, 0, 24, 0, 27, 0, 32, 0, 0, 1, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 6, 59, 1, 0, 0, 0, 38, 0, 0, 0, 12, 0, 24, 0, 55, 0, 0, 0, 0, 16, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 114, 105, 110, 116, 95, 65, 114, 101, 97, 95, 82, 101, 115, 101, 116, 25, 1, 0, 0, 35, 6, 0, 0, 0, 30, 0, 0, 30, 0, 0, 67, 10, 0, 0, 0, 34, 4, 78, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 3, 0, 3, 0, 24, 0, 46, 0, 0, 0, 0, 24, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 69, 120, 116, 114, 97, 95, 80, 97, 121, 109, 101, 110, 116, 115, 58, 0, 0, 10, 0, 3, 0, 24, 0, 45, 0, 0, 0, 0, 23, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 73, 110, 116, 101, 114, 101, 115, 116, 95, 82, 97, 116, 101, 58, 0, 0, 6, 0, 3, 0, 24, 0, 47, 0, 0, 0, 0, 25, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 77, 111, 110, 116, 104, 108, 121, 95, 80, 97, 121, 109, 101, 110, 116, 58, 0, 0, 5, 0, 7, 0, 24, 0, 32, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 80, 97, 121, 109, 101, 110, 116, 24, 0, 36, 0, 0, 0, 0, 14, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 73, 110, 116, 101, 114, 101, 115, 116, 58, 0, 0, 9, 0, 7, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 5, 0, 5, 0, 24, 0, 39, 0, 0, 0, 0, 13, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 80, 97, 121, 109, 101, 110, 116, 99, 27, 0, 0, 0, 99, 5, 0, 0, 0, 3, 24, 0, 78, 0, 0, 0, 0, 14, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 97, 108, 117, 101, 115, 95, 69, 110, 116, 101, 114, 101, 100, 99, 11, 0, 0, 0, 99, 9, 0, 0, 0, 5, 99, 13, 0, 0, 0, 5, 99, 12, 0, 0, 0, 5, 30, 0, 0, 13, 25, 2, 7, 0, 30, 1, 0, 25, 8, 10, 0, 30, 0, 0, 25, 8, 3, 0, 34, 3, 1, 0, 193, 1, 8, 0, 193, 1, 0, 0, 34, 190, 1, 0, 235, 0, 191, 6, 15, 0, 0, 240, 183, 6, 0, 0, 0, 0, 6, 240, 40, 0, 0, 0, 1, 16, 0, 0, 4, 0, 0, 0, 31, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 31, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 31, 0, 1, 240, 65, 6, 0, 0, 98, 0, 7, 240, 57, 6, 0, 0, 6, 6, 62, 89, 243, 57, 43, 68, 240, 248, 8, 41, 120, 126, 197, 152, 5, 66, 255, 0, 21, 6, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 30, 240, 13, 6, 0, 0, 62, 89, 243, 57, 43, 68, 240, 248, 8, 41, 120, 126, 197, 152, 5, 66, 255, 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 0, 189, 0, 0, 0, 77, 8, 3, 0, 0, 0, 196, 155, 149, 27, 0, 0, 0, 192, 80, 76, 84, 69, 66, 239, 255, 231, 231, 231, 222, 223, 222, 239, 239, 239, 140, 142, 140, 33, 32, 33, 247, 247, 247, 206, 207, 206, 214, 215, 214, 115, 113, 115, 90, 89, 90, 132, 134, 132, 173, 247, 255, 239, 255, 255, 41, 40, 41, 181, 255, 255, 231, 255, 255, 222, 255, 255, 156, 158, 156, 156, 247, 255, 165, 255, 255, 189, 190, 189, 247, 255, 255, 198, 199, 198, 123, 121, 123, 189, 255, 255, 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

    looks like i am fucked.
    god does not allow me to make this abomination of an
    object:
    The code of method makeData() is exceeding the 65535
    bytes limitSometimes we have to do what we don't want. But I am not going to tell you do that.
    and yes, its ugly and should be written to file, but i dont
    want to do that so dont tell me toIf you insist on doing it this way, why not go further down this road and just split it up into two arrays that you combine. (Maybe half the array is under 65535 bytes)

  • Quary array size maximum

    Hi All,
    I Have more than 10000 recors in source(table) -- but in block property -
    query arry size- 6
    number of records diplayed -6
    number of records buffered - 6
    when i scroll the button every six records pre query is firing ..forms refresh and network traffic taking more time..
    in code level how we make query array size set maximum....how we reduce time...
    Thanks.....

    I'm just thinking about what user will read more than 10000 records on the screen ;-)

  • Maximum file size in picture ring?

    Hello folks!
    I am planing to use a picture ring with a quite big amount of data needed.
    My question: is there a maximum data size that i can embed in a picture ring (number of pictures or overall file sizes)?
    Thanks!

    If you have enough memory to keep all the images open simultaneously, then something like this might help.  Put all your images in the same directory on disk and have no other files in that directory. Then use List Folder from the Advanced File palette to get an aaray of the filenames.  Feed that array to a for loop where you open all the files and place the images into the pict ring.  I have written a "slide show" program which does this. Never tried it with 400 images though.
    If you do not have enough memory for all the images, then you need to manage the iamges much more carefully.
    Lynn

  • Set Fixed Array Size

    Hello. I am trying to develop a VI for an FPGA target and I'm trying to make it so whoever is using the VI can specify the size of an input array when they instantiate it (such as by having an input to the VI that says "max array size" or something). So far it seems like the only way to do something like this is to go into the VI itself and manually set the array size for each input array for the VI (i.e. open the VI, right click on each input array, select "Set Dimension SIze", choose "fixed", set number of elements). I'd like to have one point where I can set the size of all the arrays at once (since in my case they are all the same size), and let the person using the VI set it to the proper size for whatever application they are using it for (to be clear, let's say I have two uses for this VI, and in one case I have an input array of size 100 and in anohter use of size 1000, I'd like to be able to set these somehow instead of doing it through the dialog). Thanks.
    Solved!
    Go to Solution.

    Unfortunately, per-call configuration of array size is not something that is supported today. This is a great idea, I would suggest that you post it on the FPGA Idea Exchange so we can get a feel for how many other people need this same feature.

  • Setting array size, effect on memory

    Does setiing the array size to a huge no has any affect on the memory, performance and is it considered good programming. If not what are the other options?
    String [] arrayString = new String [2354];

    Your question is rather ambiguously worded.
    In Java arrays cannot be resized, so you should set the array to the exact size you need. If you need a huge array, create one. If you need a small array, create one. If you don't know how large it should be, or need it to be dynamically sized, use any of these great classes - ArrayList, HashMap, HashSet, etc... Try reading the Java API documentation on these classes...
    And yes, when you create a huge array, it actually allocates the space for each element in the array right then, and in fact initializes each with the default values of null, zero, or false depending on the type of the array.

  • How to adjust a "control array" size

    I have a program that creates a digital PWM signal with variable duty cycle. The duty cycle changes every 50 ms, but the overall wave frequency stays at a frequency determined by the user. I have the VI attatched.
    My problem is this...I need to be able to control the overall cycle time. This means the size of my array of duty cycles needs to adjust based on the cycle time (i.e. a cycle time of 1 second would require 20 of the 50 ms slots, while a 1.3 second cycle would need 26).
    I currently have only 4 slots in my array, meaning the total cycle time is .2 s. I understand how to manually add and remove elements to the array, but I can't figure out how to add a control to it so that the array size changes automatically, allowing much quicker entry of data. As of now I can make it work, it just takes super long to add or delete array elements. The ideal situaton would have a constant control for cycle time divided by 50 that would change the array size.
    I can't find any info on this, and I think I even saw a post asking that this kind of feature be added. I'm relatively new to this program.
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    var_duty_cycle.vi ‏25 KB

    Currently, your VI is a one-shot deal. What you need is a state machine that updates the pct duty cycle array control as a function of the frequency while the current I/O code is idle.
    I would use an array of clusters, where each cluster contains e.g. a sequence number, a duty cycle, and a string as element label. Show the scrollbar and set the size whenever the relevant inputs change. Do you want to reset the current setting when the number changes or do you want to retain the current settings as much as possible? You could just use the existing values, reshape to the larger or smaller size, and write it back to the control via a local variable. Set all elements  except the percent to disabled so they act as indicators and cannot be changed by the user.
    (You also need to program around it if the operator tries to manually add more elements. A better solution would be this idea, so vote for it .)
    Some more general comments bout your code:
    Why do you use extended precision floating point. All your waits are internally just integers. EXT makes no sense
    There is a primitive for 1/x. However, you could just do a 1000/x and eliminate the multiplication afterwards. SInce you are dealing with integers, you can even do the division using quotient&remainder. Depending on the allowed frequency range there are possibly no orange data needed at all.
    Make the diagram constant representation match the rest of the code.
    The pulses/50ms indicator belongs before the loop. No need to recalculate and refresh it over and over from the same input values.
    LabVIEW Champion . Do more with less code and in less time .

  • Query Array Size

    There is a property in Oracle Forms "Query Array Size" that specifies the maximum number of records that Forms Developer should fetch from the database at one time. How to reaslize similar functionality through SQL or PL/SQL.

    hi,
    this is the OracleAS Portal Content Management forum. Please post your question in the Oracle Forms forum
    Forms
    thanks,
    christian

  • Array Size Bug PDA?

    I think I may have stumbled across (another) PDA bug.
    On my desktop the array size corectly returns the number of elements. On my PDA it returns zero - has naybody else witnessed this? My array is a 1D string with 8 elements.
    Thanks in advance.

    I have got to the bottom of this one! It appears that there is an inconsistency in the operation of the Spreadsheet String To Array function.
    For some reason I had made the array type terminal a plain string ( not an n-dimension array). On a PC this seems to work OK, when it is compiled for PDA it does not return an array.
    By changing the string to a 2D string array it works on both the PC & PDA.
    Does not work on PDA:
    Works on PDA
    ssk
    Message Edited by ssk on 03-05-2009 07:53 AM
    Attachments:
    Works.JPG ‏16 KB
    Does_Not_Work.JPG ‏15 KB

  • Does Reinit To Default set an Array size to zero?

    Does the function Reinit To Default set a 2D Array size to zero? The Help is not explicit on this.
    If not, what is the best way to set a 2D Array size to zero?
    Solved!
    Go to Solution.

    Yes, it sets the size of an array to zero elements, unless the default value is defined otherwise (right click, make current value default.).
    There are several ways to empty an array indicator/control.Normally I write it's value to the terminal or to a local variable. I have never used 'Reinit values to default'
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • JAVA Array sizes - how to expand + See nice example code

    Hi, We are returning tables of VARCHAR, NUMBERS, BOOLEANs and
    the like to Java using PL2JAVA and Oracle Sessions. Problem I am
    having is the size of the Array's are undetermined, but it
    appears these must be set before calling package - if package
    returns more rows in tables than the calling Java arrays have,
    then it fails. If we assign too many then I guess we are using
    memory which will be wasted - important when this system could
    have 100 simultaneous users/connections.
    Has anyone got any advice - people may find the sample code below
    useful at worse.
    PACKAGE INTERFACE:
    FUNCTION ssfk_get_metadata.ssfp_get_2metadata RETURNS VARCHAR2
    Argument Name Type In/Out
    Default?
    P_USER_PERSON_ID NUMBER(10) IN
    P_SELF_SERVE_APPLICATION VARCHAR2 IN
    PT_DATA_SOURCE TABLE OF VARCHAR2(60) OUT
    PT_PROMPT TABLE OF VARCHAR2(30) OUT
    PT_DATA_TYPE TABLE OF VARCHAR2(30) OUT
    PT_DATA_LENGTH TABLE OF NUMBER OUT
    PT_DECIMAL_PLACES TABLE OF NUMBER OUT
    PT_MANDATORY_IND TABLE OF VARCHAR2(1) OUT
    PT_UCASE_IND TABLE OF VARCHAR2(1) OUT
    PT_DISPLAY_ONLY_IND TABLE OF VARCHAR2(1) OUT
    PT_WEB_LINK_CD TABLE OF VARCHAR2(10) OUT
    P_TABLE_INDEX BINARY_INTEGER OUT
    P_MESSAGE_NUM NUMBER(5) OUT
    Code example:
    public static String getApplicationMetaData (String
    strPersonID, String strApplication, Session sesSession)
    String strClientString = "";
    if (sesSession==null)
    return "CONNECTION ERROR";
    else
    Double dblUser = new Double(strPersonID);
    //initialising of IN parameters
    PDouble pdbUserPersonId = new PDouble
    (dblUser.intValue());
    PStringBuffer pstSelfServeApplication = new
    PStringBuffer (strApplication);
    //initialising of OUT parameters
    PStringBuffer pstDataSource[] = new PStringBuffer
    [intArraySize];
    PStringBuffer pstPrompt[] = new PStringBuffer
    [intArraySize];
    PStringBuffer pstDataType[] = new PStringBuffer
    [intArraySize];
    PDouble pdbDataLength[] = new PDouble [intArraySize];
    PDouble pdbDecimalPlaces[] = new PDouble
    [intArraySize];
    PStringBuffer pstMandatoryIND[] = new PStringBuffer
    [intArraySize];
    PStringBuffer pstUCaseIND[] = new PStringBuffer
    [intArraySize];
    PStringBuffer pstDisplayOnlyIND[] = new PStringBuffer
    [intArraySize];
    PStringBuffer pstWebLinkCode[] = new PStringBuffer
    [intArraySize];
    PInteger pinTableIndex = new PInteger (0);
    PDouble pdbMessageNum = new PDouble (0);
    //initialising of RETURN parameters
    PStringBuffer pstReturn = new PStringBuffer("N");
    //setting the array items sizes
    for (int i=0; i<pstDataSource.length; i++)
    pstDataSource[i] = new PStringBuffer(60);
    pstPrompt[i] = new PStringBuffer(30);
    pstDataType[i] = new PStringBuffer(30);
    pdbDataLength[i] = new PDouble(-1);
    pdbDecimalPlaces[i] = new PDouble(-1);
    pstMandatoryIND[i] = new PStringBuffer(1);
    pstUCaseIND[i] = new PStringBuffer(1);
    pstDisplayOnlyIND[i] = new PStringBuffer(1);
    pstWebLinkCode[i] = new PStringBuffer(10);
    try
    strClientString = strClientString.concat ("001");
    ssfk_get_metadata ssfAppMetaData = new
    ssfk_get_metadata (sesSession);
    strClientString = strClientString.concat ("002");
    pstReturn = ssfAppMetaData.ssfp_get_2metadata
    (pdbUserPersonId, pstSelfServeApplication, pstDataSource,
    pstPrompt, pstDataType, pdbDataLength, pdbDecimalPlaces,
    pstMandatoryIND, pstUCaseIND, pstDisplayOnlyIND, pstWebLinkCode,
    pinTableIndex, pdbMessageNum);
    strClientString = strClientString.concat ("003");
    if
    (pstReturn.stringValue().equalsIgnoreCase("Y"))
    strClientString = strClientString.concat
    ("WORKED");
    return strClientString;
    else
    return "ERROR";
    catch (Exception e)
    return strClientString + "ERROR:" + e.getMessage
    Thanks for any assistance.
    null

    Play with Java Vectors. They are automatic expanding arrays!
    Just add elements and get them later. One thing that's tricky
    is that Vectors only store and return elements as Objects so you
    have to explicitly recast them.
    -dan
    Richard Leigh (guest) wrote:
    : Hi, We are returning tables of VARCHAR, NUMBERS, BOOLEANs and
    : the like to Java using PL2JAVA and Oracle Sessions. Problem I
    am
    : having is the size of the Array's are undetermined, but it
    : appears these must be set before calling package - if package
    : returns more rows in tables than the calling Java arrays have,
    : then it fails. If we assign too many then I guess we are
    using
    : memory which will be wasted - important when this system could
    : have 100 simultaneous users/connections.
    : Has anyone got any advice - people may find the sample code
    below
    : useful at worse.
    : PACKAGE INTERFACE:
    : FUNCTION ssfk_get_metadata.ssfp_get_2metadata RETURNS VARCHAR2
    : Argument Name Type In/Out
    : Default?
    : P_USER_PERSON_ID NUMBER(10) IN
    : P_SELF_SERVE_APPLICATION VARCHAR2 IN
    : PT_DATA_SOURCE TABLE OF VARCHAR2(60) OUT
    : PT_PROMPT TABLE OF VARCHAR2(30) OUT
    : PT_DATA_TYPE TABLE OF VARCHAR2(30) OUT
    : PT_DATA_LENGTH TABLE OF NUMBER OUT
    : PT_DECIMAL_PLACES TABLE OF NUMBER OUT
    : PT_MANDATORY_IND TABLE OF VARCHAR2(1) OUT
    : PT_UCASE_IND TABLE OF VARCHAR2(1) OUT
    : PT_DISPLAY_ONLY_IND TABLE OF VARCHAR2(1) OUT
    : PT_WEB_LINK_CD TABLE OF VARCHAR2(10) OUT
    : P_TABLE_INDEX BINARY_INTEGER OUT
    : P_MESSAGE_NUM NUMBER(5) OUT
    : Code example:
    : public static String getApplicationMetaData (String
    : strPersonID, String strApplication, Session sesSession)
    : String strClientString = "";
    : if (sesSession==null)
    : return "CONNECTION ERROR";
    : else
    : Double dblUser = new Double(strPersonID);
    : //initialising of IN parameters
    : PDouble pdbUserPersonId = new PDouble
    : (dblUser.intValue());
    : PStringBuffer pstSelfServeApplication = new
    : PStringBuffer (strApplication);
    : //initialising of OUT parameters
    : PStringBuffer pstDataSource[] = new PStringBuffer
    : [intArraySize];
    : PStringBuffer pstPrompt[] = new PStringBuffer
    : [intArraySize];
    : PStringBuffer pstDataType[] = new PStringBuffer
    : [intArraySize];
    : PDouble pdbDataLength[] = new PDouble
    [intArraySize];
    : PDouble pdbDecimalPlaces[] = new PDouble
    : [intArraySize];
    : PStringBuffer pstMandatoryIND[] = new
    PStringBuffer
    : [intArraySize];
    : PStringBuffer pstUCaseIND[] = new PStringBuffer
    : [intArraySize];
    : PStringBuffer pstDisplayOnlyIND[] = new
    PStringBuffer
    : [intArraySize];
    : PStringBuffer pstWebLinkCode[] = new PStringBuffer
    : [intArraySize];
    : PInteger pinTableIndex = new PInteger (0);
    : PDouble pdbMessageNum = new PDouble (0);
    : //initialising of RETURN parameters
    : PStringBuffer pstReturn = new PStringBuffer("N");
    : //setting the array items sizes
    : for (int i=0; i<pstDataSource.length; i++)
    : pstDataSource[i] = new PStringBuffer(60);
    : pstPrompt[i] = new PStringBuffer(30);
    : pstDataType[i] = new PStringBuffer(30);
    : pdbDataLength[i] = new PDouble(-1);
    : pdbDecimalPlaces[i] = new PDouble(-1);
    : pstMandatoryIND[i] = new PStringBuffer(1);
    : pstUCaseIND[i] = new PStringBuffer(1);
    : pstDisplayOnlyIND[i] = new PStringBuffer(1);
    : pstWebLinkCode[i] = new PStringBuffer(10);
    : try
    : strClientString = strClientString.concat
    ("001");
    : ssfk_get_metadata ssfAppMetaData = new
    : ssfk_get_metadata (sesSession);
    : strClientString = strClientString.concat
    ("002");
    : pstReturn = ssfAppMetaData.ssfp_get_2metadata
    : (pdbUserPersonId, pstSelfServeApplication, pstDataSource,
    : pstPrompt, pstDataType, pdbDataLength, pdbDecimalPlaces,
    : pstMandatoryIND, pstUCaseIND, pstDisplayOnlyIND,
    pstWebLinkCode,
    : pinTableIndex, pdbMessageNum);
    : strClientString = strClientString.concat
    ("003");
    : if
    : (pstReturn.stringValue().equalsIgnoreCase("Y"))
    : strClientString = strClientString.concat
    : ("WORKED");
    : return strClientString;
    : else
    : return "ERROR";
    : catch (Exception e)
    : return strClientString + "ERROR:" +
    e.getMessage
    : Thanks for any assistance.
    null

  • Reduce array size

    I started using a 2 column x 21 row array, wired to a FOR loop that processed the array data row by row using autoindexing. Then I reduced the array to 19 rows and set the last two rows of data to zero, and reduced the array size using the bottom sizing handle so it now looks like and should be a 2 col x 19 row array. However the FOR loop still loops as if it were a 21 row array. How can I get the autoindexing to see it as a 19 row array?

    The boundaries of your indicator have no influence of the array size. It is a purely cosmetic property that does not change the underlying data.
    If you are in edit mode, you would right-click on the desired element and select "data operation... delete row" or "...delete colum".
    If you need to change the size of a 2D array programmatically, you could use e.g. "array subset" or "delete from array".
    LabVIEW Champion . Do more with less code and in less time .

  • Why Are Lightroom File Sizes Smaller Than Elements Equivalents?

    I have been struggling to get good quality thumbnail sized images at small enough file sizes for a website. The only problem is that the versions I have done through Lightroom via the Web Module using the Flash template, will only allow a maximum width size of 191 pixels, whereas I'm looking to achieve 250 pixels wide. Doing it through Elements image resize box gets me the size I want, but for a decent quality, the file size is much larger. 
    Out of curiosity and for comparison, I made the Elements versions the same dimensions as the Lightroom ones. In order for the file sizes of the Elements ones to come even close and yet not as small as the Lightroom versions, I had to reduce the Jpeg quality to zero. This rendered them unusable.
    I can't understand why two related applications doing exactly the same thing can differ so wildly. Can someone tell me what is going on?

    Hmmm??
    Not To Sure??
    But I will try to find out..
    Keep you posted about that.
    Phillip

  • My service is converting from SendNow Plus to Adobe Send; what is th maximum file size?

    My service is being converted from Adobe SendNow Plus to Adobe Send.  There is very little detail on differences that I can expect between the two services.
    What is the maximum file size  that I can send?  Is there a maximum?
    Do I have a storage limit?  It was 2GB with SendNow.
    The files in SendNow have a time limit, but I cannot find anywhere this is defined in Send.
    Lastly, my subscription rate is higher than the rates quoted on the Adobe website, but I cannot find a way to correct this or make a change.

    Hi Raghuveer,
    Thanks for quick reply.  Sorry, I prefer not to share my designs so I cannot send you my sample of Ai file or screenshots.  I hope you understand. 
    Anyway, I have about 50 to 60 elements used 3D effects and 60 elements used brushes.   And about 20 some elements I defined as pattern swatches (about half of them used gradient). Also, added drop shadow, zigzag effect and accent edges on 5 elements.   And 3 layers filled with patterns (my artboard size is 1220 px W x 1500 px H).  I have my layers/artboard/ color & pattern swatches/ appearance panels opened up when working in Ai.
    I hope this gives you some idea how much I am doing and what I am doing with my Ai file.   And hope that you can advise if there should be problem if doing a lot in one file?  I just cannot stop designing sometimes.
    Added this- I have 18 artboards and 22 layers in my Ai file.  Photoshop doesn't have this problem  when working with a lot of layers, only Illustrator does.
    Thank you very much!!
    mykw123

Maybe you are looking for

  • Error in MIRO transaction

    hi,    I am getting following error in MIRO transaction ....Can anybody please fix this ? "In company code 3000, the number range 51 is missing for the year 2008" Regards Vijay

  • Clean installation of Win 7 using UEFI and RAID

    Hi, I am trying to perform a clean UEFI installation of Windows 7 with SATA mode switched to RAID. I have two identical HDDs for RAID and 80 GB Intel 310 to put the OS on. The BIOS/UEFI can see all 3 drives and the two HDDs are configured for RAID th

  • Certificate for wifi access

    I am trying to connect to my company's wireless network which uses WPA Enterprise. I need a certificate which our network admin has given me a copy of but I cannot choose it in the connection dialog. It only shows the certificates which are contained

  • How to eliminate default Document, Downloads Dock icons

    As I have 5 partitions, that's 10 Dock icons I don't use. Thanks, humanengr

  • Redhat 5.3 and Oracle 11 G Lun Layout

    We are migrating from Solaris 9 running Oracle 9 to Redhat 5.2 running Oracle 11G. The new server will be a standalone server (no RAC) with 4 databases. The plan is to put the 4 databases on a single 1 TB EMC Symmetrix Meta Lun formated with EXT3 (no