|
Microsoft® JScript join Method |
Language Reference Version 2 |
Converts all elements of an array into a String object and joins them.
arrayobj.join(separator)
The separator argument is a String object that is used to separate one element of an array from the next in the resulting String object. If omitted, the array elements are separated with an empty string.
The join method returns a String object that contains each element converted to a string and concatenated together. An example using the join method follows:
var my_array = new Array("Jan 5", 1996, "hey", "my birthday!"); var my_string = my_array.join(", ");
After execution, my_string contains "Jan 5, 1996, hey, my birthday!"
© 1997 by Microsoft Corporation. All rights reserved.
See also:
| file: /Techref/inet/iis/jscript/htm/js15.htm, 2KB, , updated: 1997/9/30 03:44, local time: 2012/2/8 22:04,
38.107.179.230:LOG IN |
| ©2012 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://www.ecomorder.com/techref/inet/iis/jscript/htm/js15.htm"> join Method</A> |
| Did you find what you needed? |
|
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
|
Ubicom SX18 thru SX52, PIC 16c5X compatibile, 50 to 75 MIPS microcontrollers! Now US customers can buy the Excellent SXDev from SXList.com for $150 + $15 import fee + s&h (~ $180 total+tax in CA) |
.