please dont rip this site
Microsoft® JScript
with Statement

See Also

| Language Reference |


Description
Establishes the default object for a statement.
Syntax

with ( object )
   statement

The with statement syntax has these parts:

Part Description
object

The new default object.

statement The statement for which object is the default object. Can be a compound statement.
Remarks

The with statement is commonly used to shorten the amount of code that you have to write in certain situations. For example:


x = Math.cos(3 * Math.PI) + Math.sin(Math.LN10)  // Notice how often Math. is used.
y = Math.tan(14 * Math.E)
becomes:

with (Math)
{
  x = cos(3 * PI) + sin (LN10)  // Much shorter, easier to read code.
  y = tan(14 * E)
}


© 1996 by Microsoft Corporation.


file: /Techref/language/asp/js/220.htm, 2KB, , updated: 1996/11/22 11:11, local time: 2024/3/28 14:45,
TOP NEW HELP FIND: 
3.229.124.236:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/techref/language/asp/js/220.htm"> Microsoft&#174; JScript Language Reference </A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .