This is a discussion on "Sorting a new array from an existing array" within the Flash & Multimedia Forum section. This forum, and the thread "Sorting a new array from an existing array are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Sorting a new array from an existing array
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Sorting a new array from an existing array
Hi
i got an existing array, main[y], which after an equation, will come out with another array.
Appreciate any help. |
|
|
|
|||
|
You're not actually properly defining your arrays, from the code I can see.
You're also not using arrays properly. You define an array like this: myArray = new Array(); then add elements: myArray[0] = "hello"; etc, etc. So here's your code, with some defined variables which works...
|
|
|||
|
sorry abt the hasty codes. Actually it is a dynamic array( taken from xml) therefore i could not define it as indicated.
im trying to get the first label's content of the sub list box(featureList) out using the top listbox (topicList) these are some of the main codes that are related to this issue.. Hope these codes can be understood
|
![]() |
| Tags |
| sorting, array, existing |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help sorting an array | djeyewater | PHP Forum | 6 | Apr 18th, 2008 15:16 |
| [SOLVED] Array sorting | welshstew | Classic ASP | 6 | Nov 28th, 2007 16:45 |
| Sorting a PHP array | fallen_angel | PHP Forum | 3 | Apr 20th, 2007 22:18 |
| array unable to check another array so as to be displayed | Ozeona | Flash & Multimedia Forum | 1 | Aug 5th, 2005 10:26 |
| Sorting the array - reversing the sequence codes? | Ozeona | Flash & Multimedia Forum | 1 | Aug 3rd, 2005 01:52 |