|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Size of a Javascript variable
I understand that in JScript and VBScript there is no limit to string length (or it's very large, 2³¹) but what about in JavaScript? How big can strings be? What about the size of an array? is there a limit to the number of elements or is it restricted by the sum of element size?
|
|
#2
|
|||
|
|||
|
RE: Size of a Javascript variable
Arrays in JavaScript are dynamically sized. That means you can have as many (limited by your machines RAM)
|
|
#3
|
|||
|
|||
|
RE: Size of a Javascript variable
Same kind of thread going here :
http://dbforums.com/arch/195/2003/9/905484 |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Size of a Javascript variable |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|