please dont rip this site
Microsoft® JScript
String Object

Methods                    Properties

Language Reference |

Description
Allows manipulation and formatting of text strings and determination and location of substrings within strings.

Syntax

StringObj[.method]
"String Literal"[.method]

Remarks

String objects can be created implicitly by using string literals. String objects created in this fashion (referred to as standard strings) are treated slightly differently than string objects created using the new statement. Standard strings share a common, global string object. So, if a property is added to a standard string, it is available to all standard string objects:


var alpha, beta
alpha = "This is a string"
beta = "This is also a string"

alpha.test = 10

In this example, test is now also defined for beta and all future standard string objects. If you did the following, however, added properties are treated differently:


var gamma, delta
gamma = new String("This is a string")
delta = new String("This is also a string")

gamma.test = 10

In this case, test is not defined for delta. Each string object declared in this fashion has its own set of members. This is the only case where the different types of string objects are handled differently.

© 1996 by Microsoft Corporation.


file: /Techref/language/asp/js/129.htm, 2KB, , updated: 1996/11/22 11:11, local time: 2024/4/16 04:54,
TOP NEW HELP FIND: 
18.219.236.62: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.massmind.org/Techref/language/asp/js/129.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 massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .