| anchor | stringObject.anchor ( anchorName ) | Lets you create a string to use for the anchor text |
| big ( ) | stringObject.big ( ) | myString="This is a test"; |
| document.write(myString.big()); | ||
| blink ( ) | stringObject.blink ( ) |
|
| document.write(myString.blink)); | ||
| bold ( ) | stringObject.bold ( ) |
|
| document.write(myString.bold()); | ||
| charAt ( ) | stringObject.charAt ( index ) | Returns the Character at the position "index" |
| charCodeAt ( ) | stringObject.charCodeAt ( index ) | Returns the LEN$() Value of the character at "index" |
| concat ( ) | stringObject.concat ( string1, string2, string3...stringN ) | adds strings of text together |
| fixed ( ) | stringObject.fixed ( ) |
same as <tt></tt> in HTML |
| fontcolor ( ) | stringObject.fontcolor ( color ) |
|
| fontsize ( ) | stringObject.fontsize ( size ) |
|
| italics ( ) | stringObject.italics ( ) |
|
| lastIndexOf ( ) | stringObject.lastIndexOf ( searchText [, index] ) | Returns the CHR$() Value of the character at "index" |
| link ( ) | stringObject.link ( targetURL ) |
|
| match ( ) | stringObject.match ( expression ) |
|
| replace ( ) | stringObject.replace ( expression [, replacementText|function] ) |
|
| search ( ) | stringObject.search ( expression ) |
|
| slice ( ) | stringObject.slice ( start[, end ] ) |
|
| small ( ) | stringObject.small ( ) |
|
| split ( ) | stringObject.split ( delimiter [, count] ) |
|
| strike ( ) | stringObject.strike ( ) |
|
| sub ( ) | stringObject.sub ( ) |
|
| substr ( ) | stringObject.substr ( start [, length] ) |
|
| substring ( ) | stringObject.substring ( start [, end] ) |
|
| sup ( ) | stringObject.sup ( ) |
|
| toLowerCase ( ) | stringObject.toLowerCase ( ) |
|
| toUpperCase ( ) | stringObject.toUpperCase ( ) |
|
| valueOf ( ) | stringObject.valueOf ( ) |
|
On The Following Indicator...
( GREEN will indicate your current location) |
|||||||||||||||||||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
This Course was written by Ray Dall © All Rights Reserved.
This page and all it's content Copyright, Trademarks, Intellectual Properties
and other legal issues 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Ray Dall.
All Rights Reserved.
And for what it's worth... this page was last updated HexDate 01-11--7D1
