|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
||||
|
||||
|
Re: javascript data type ?
sithum,
can you give more detail about what you're trying to do with the values? I tried your example: Code:
<html> <body> <script type="text/javascript"> var arr = new Array(); arr[0] = '09'; arr[1] = '15'; arr[2] = '20'; for(var i in arr) document.write(arr[i]+'<br/>'); </script> </body> </html> Code:
09 15 20 |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| p1_sw_aux data type | personfromhell | Programming | 8 | 02-02-2008 18:40 |
| printing FLOAT data type on the terminal window | razer | Programming | 14 | 05-02-2007 08:55 |
| javascript ate my cereal! | steveg | IT / Communications | 2 | 29-03-2004 01:10 |
| Field Location of Type-0 and Type-1 IR Signals | Travis Hoffman | General Forum | 3 | 27-02-2004 07:58 |