LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-04-2002, 10:02 PM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
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,
Yet every Array is stored as a String... can I do math with them?
Take one of the 1's and three to it?
Dv8
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 02:48 AM.