Microsoft
Software
Hardware
Network
Question : JS - How do I parse a colon delimited string into an Array?
JS - How do I parse a colon delimited string into an Array?
var bdlist = '36:24:12:4'; -- this actually comes from database
???????????
for ( var j=0;j< bdlist.length; j++ ){
alert(bdlist[j]);
}
Answer : JS - How do I parse a colon delimited string into an Array?
use : bdlist = bdlist.split(":")
Random Solutions
can I use my hard drive with XP and data on it with a system with replaced motherboard ?
Operation Must Use an Updateable Query
implementing aixpert on aix
Good free network Management software
Can I copy a SQL agent job (2008) from one server to another?
get latest file in the directory in unix
Changing number of NSPI connections on Windows 2008 Global Catalogs
GridView update is not grabbing the new data when Updating
cisco softphone registration
Installing Exchange 2003 Enterprise, what switches do I need to use with dcdiag?