
Welcome Guest
|
#1
|
||||
|
||||
|
String Arrays to Number Arrays for Math Purpose
Hello All Again,
Is it possible to do Math with Array Strings? I have an Array with stored numbers- Code:
aArray = new Array();
aArray = numbers.split(",");
aArraylength = aArray.length;
trace(aArray);
// Returns
//1,1,1,1,Take one of the 1's and three to it? Dv8 |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting a string into a number var | Rantanplan | Actionscript 2.0 |
3 | 03-23-2006 03:14 PM |
| Number from a String | dv8 | Flash 5 Actionscript |
8 | 02-07-2002 07:56 AM |
| typeof... string to number | dv8 | Flash 5 Actionscript |
5 | 10-16-2001 08:55 AM |
| Loading Variable from file | kuman | Flash 5 Actionscript |
5 | 09-17-2001 03:07 AM |






