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
Inline Problem
how do i stop my queries from being stored
Shell script to queue commands
RHEL command to do an LS and have the result stop until you hit the space bar
java.lang.NoClassDefFoundE
rror: TestZone/java
Advice on protecting a DB.php File
Configuration Status error on TMG 2010 Enterprise
DOS Batch Turnkey system for Win95
how to add decimal place in formula in seagate crystal report
KB973544