Topic profile page for Arrays.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Arrays.
Topic "Arrays" was discussed 27,495 times on 1,828 sites in last 3 months
Started 3 days, 3 hours ago (2009-11-27 18:02:00)
by Hooligan
I want to merge two arrays. I want the first array to keep properties the second does not have. I want the second to overwrite existing properties in the first and add properties the first does not have. example Code: var aNames=new Array(); aNames[CEO]="Bob"; aNames[VP]="Joe"; aNames[Sec]="Sam"; var aIncoming=new Array(); aIncoming[VP]="Sam"; aIncoming[Sec]="Joe"; ...
Started 3 days, 9 hours ago (2009-11-27 12:01:00)
by mrand01
I've got 2 RAID 5 arrays on a 3ware 9650se. Both are 4 drives arrays. Drives in the first array are 7200.11 seagates, while the drives in the 2nd array are 7200.12s. The first array gets about 125MB/s avg read in HDTune while the 2nd gets almost 3 times that. The only difference in the drives that I can see is I have a pretty old firmware on the 7200.11s. Could this be the issue? Also,...
Started 4 days ago (2009-11-26 20:09:00)
by mxzx440
[RESOLVED] Troubles with reading a txt file once and using arrays Okay, so I am trying to make this program that reads prices from a file and calculates the total for a certain amount of days and the total for all twelve days. It is for the 12 days o christmmas. The user selects which day(1-12) and the program calculates the total...
Started 4 days, 4 hours ago (2009-11-26 16:10:00)
by Greg Snidow
Greetings. Lets say I have two arrays, array1 and array2, both of the same dimensions, say four columns and four rows. Is there a way to easily compare them? For example, I want to do If array1.value = array2.value. Can this be done other than comparing each individual field one at a time? Thank you. Greg...
Started 4 days, 12 hours ago (2009-11-26 08:36:00)
by mmbabele
- How do i play a series of audio byte arrays with j2me? - How do i take the micro phone audio input and extra the audio as a series of byte arrays? been working to sort that out for a week now! thanks...
Started 5 days, 2 hours ago (2009-11-25 18:45:00)
by waynebrady
multidimensional arrays I am so stumped. How on earth do you remove a portion of a multidimensional array? For example: var myArray:Array =[]; myArray[0][0] = 0; myArray[0][1] = 1; //trace(myArray[0]); //[0,1] How do I remove the second portion ([1]) of myArray[0][1] so that when I do a trace, it produces just 0?...
Started 5 days, 3 hours ago (2009-11-25 17:31:00)
by mr_targ
Converting arrays into UDFs Hi there - I'm a new member of the forum, and trying to get my head around transferring arrays into UDFs, so that I can invoke some functions instead of littering an excessively complex workbook with absurdly long arrays. For example, Im trying to convert the following string (with declared ...
Started 5 days, 16 hours ago (2009-11-25 04:45:00)
by gibbsak
Arrays and Text Is there a way to use an array formula in Excel to display text? I am using several arrays to display cost data for certain parts. The Arrays I am using look something like this: DESCRIPTION, TYPE, RATING, COST, Switch , 1P , 20A , 5 , I have had a lot of success in ...
Help with buttons and arrays. Hey, I'm am having trouble with some code. I am trying to make it so that when you press 1 of 4 buttons, 1 of 4 panels which corresponds to it and folds in along the x axis by 180. I also want it to add its name to an array, so that when multiple panels are folded in they can be folded back out in the right ...
Started 5 days, 23 hours ago (2009-11-24 21:16:00)
by Dr. Zeus
I just have some questions about arrays. 1. Are arrays only local? 2. Are arrays inherently global or local? 3. How do you declare an array as global? This post has been edited by Dr. Zeus : Yesterday, 09:46 PM
Hi, I have a while loop that runs trough each case in a case structure. Every one of these cases produces a 1d array. How could i combine these arrays into a 2d array. A simple attempt with two cases is attempted in the attached diagram. The problem is that it seems to fill the first column with zeros when adding the second row to the array ...
Started 1 week ago (2009-11-23 13:32:00)
by atomless
This should be simple. I want to compare two arrays (5 elements each) and return a single boolean (T/F), not a boolean array. Thanks, Kevin StringCompare.vi (11 kb)
Started 1 week, 1 day ago (2009-11-22 10:07:00)
by yonil
I saw a question about how to make an array of vectors in C++. The answer was that it's impossible, because C arrays are non-copyable and non-assignable, and vector< vector > or vector< pair > were offered as alternatives (the length of the underlying array was 2 in the question). The thread is now closed. I would like to point out that there is in fact a more suitable solution. vector has ...
Started 1 day, 21 hours ago (2009-11-29 00:03:00)
by jenya56
Dear all: 1.) how to initilize numpy array? I need something similar to: data = [] 2.) how to add elements to nested lists? I have list a: a= [[1 2][1 2 3 3]] how to append something to a[0] THANKS SO MUCH.
Started 1 week, 1 day ago (2009-11-22 08:30:00)
by maryenny
I have a problem. #include #include #define ierAKSTI 3 FILE *p; int main(void) { struct ier {char vards[10]; char uzvards[20]; char amats[20]; int gg; int mm; int dd; int stazs;} mas[IERAKSTI]; int a; int i; int k; printf(""); printf("Ievadiet 1 - ja veelaties straadaat ar ...
Started 4 days, 16 hours ago (2009-11-26 04:18:00)
by Nidhin KR
Hi Team, I am using sizeof() in c# I need to find the memory size required by the array which is of the type strut. Please see the snippet. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Globalization; namespace sizeOfDemo { struct Vertex { public float r; public float g; public float b; public ...
Started 6 days, 19 hours ago (2009-11-24 01:58:00)
by edwards willeam
Hi All, My questions are: 2. What is the command to manage the hardware raid devices/drives? (ie stripes, raid sets, raid repair, etc etc) Right now I can only fix this problem by rebooting the box, going into the raid manager (web bios thing) and fixing the drive from there. 3. On a somewhat unrelated note, is it possible to send SNMP traps when an event like this ...
Started 1 week, 1 day ago (2009-11-22 17:25:00)
by vipezz
ok i have one more question. i'm making some sort of ball breaker game. An i need to add blocks to my stage, i have made 7 different classes, each for a color of the block (class for grey block, black block, blue block, etc) and i want to add them to the stage at random but i need to have the same color for the entire row, so i need for example(random blue row, below a random green row, below a ...
Started 2 days, 4 hours ago (2009-11-28 16:18:00)
by LosBenos
var buttonList:Array = new Array('button1', 'button2'); trace(buttonList); buttonList.buttonMode = true How do I declare this so that all my buttons are actually true?? When I trace the list I get the result I'm expecting but I want the final result to be: button1.buttonMode = true button2.buttonMode = true s'not working as it is. :-(