[Javascript] Array limits?

BEKIM BACAJ trojani2000 at hotmail.com
Wed Oct 29 17:21:38 CST 2003


everything in JS is caseSensitive

>From: "Chris Tifer" <christ at saeweb.com>
>Reply-To: "[JavaScript List]" <javascript at LaTech.edu>
>To: "[JavaScript List]" <javascript at LaTech.edu>
>Subject: Re: [Javascript] Array limits?
>Date: Wed, 29 Oct 2003 13:16:41 -0500
>
>Will "This" work?  Is 'this' case-sensative.
>
>
>----- Original Message -----
>From: "Pitre, Russell" <RPITRE at shawmut.com>
>To: "[JavaScript List]" <javascript at LaTech.edu>
>Sent: Wednesday, October 29, 2003 12:52 PM
>Subject: RE: [Javascript] Array limits?
>
>
>I figured it out.....Thanx for all your help....
>
> > >function item(item, qty, text, institution, logo, colors, size,
>picURL,
> > >size, innerHTML, displaySize){
> > > this.item;
> > > this.qty;
> > > .
> > > .
> > > ....
>
>This.item = item......was the key...
>
>Opps :)
>
>
>-----Original Message-----
>From: Chris Tifer [mailto:christ at saeweb.com]
>Sent: Wednesday, October 29, 2003 9:07 AM
>To: [JavaScript List]
>Subject: Re: [Javascript] Array limits?
>
>If you look, I believe he's talking about parameters being passed into a
>function since he mentioned there were 11 and if you look at that
>parameter
>list, there were 11 there too. I just think the wrong word was used.
>
>
>----- Original Message -----
>From: "BEKIM BACAJ" <trojani2000 at hotmail.com>
>To: <javascript at LaTech.edu>
>Sent: Tuesday, October 28, 2003 7:25 PM
>Subject: Re: [Javascript] Array limits?
>
>
> > There is no array width, it's length you are talking about, and yes
>there
>is
> > a limit, but I'm sure you cant even reach it.
> > the limit as I recall is 7-8cifer num,we are tallking milions or
>bilions.
> > Be careful with naming conventions and avoid any predefined keywords
>and
>js
> > reserved words.
> > ther should be no problems.
> >
> > >From: "Pitre, Russell" <RPITRE at shawmut.com>
> > >Reply-To: "[JavaScript List]" <javascript at LaTech.edu>
> > >To: <javascript at LaTech.edu>
> > >Subject: [Javascript] Array limits?
> > >Date: Tue, 28 Oct 2003 13:20:20 -0500
> > >
> > >Is there a limit to the width of javascript array?
> > >
> > >i.e.
> > >
> > >function item(item, qty, text, institution, logo, colors, size,
>picURL,
> > >size, innerHTML, displaySize){
> > > this.item;
> > > this.qty;
> > > .
> > > .
> > > ....
> > >}
> > >
> > >The width is 11.  I can use a test alert to display all values, but
>the
> > >"displaySize".....
> > >
> > >
> > >
> > >_______________________________________________
> > >Javascript mailing list
> > >Javascript at LaTech.edu
> > >https://lists.LaTech.edu/mailman/listinfo/javascript
> >
> > _________________________________________________________________
> > Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> > _______________________________________________
> > Javascript mailing list
> > Javascript at LaTech.edu
> > https://lists.LaTech.edu/mailman/listinfo/javascript
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail




More information about the Javascript mailing list