Microsoft®
JScript new Statement |
|
Language Reference |
|
Creates a new object.
new constructorThe new statement syntax has this part:
Part Description constructor A call to the object's constructor. The parentheses for the function call can be omitted if the constructor takes no arguments.
The new statement performs the following tasks:
- It creates an object with no members.
- It calls the constructor for that object, passing a pointer to the newly created object as the this pointer.
- It initializes the object according to the arguments passed to the constructor.
These are all examples of valid uses of the new statement:
my_object = new Object; my_array = new Array(); my_date = new Date("Jan 5 1996");
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/js/210.htm, 2KB, , updated: 2003/5/15 14:06, local time: 2024/11/22 05:40,
18.119.143.45: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? <A HREF="http://sxlist.com/techref/language/asp/js/210.htm"> Microsoft® JScript Language Reference </A> |
Did you find what you needed? |
Welcome to sxlist.com!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 sxlist.com! |
.