Click to See Complete Forum and Search --> : strings&arrays


krautinator
10-16-2003, 11:50 AM
does anyone know how I could put a sound file into an array?
and I also need to put a <br> inside a string anyone know what I need to do?


thnx

Charles
10-16-2003, 12:21 PM
<script type="text/javascript">
<!--
document.write('fee, fie, foe, fum'.replace(/[,\s]+/g, '<br>'))
// -->
</script>

Mr J
10-18-2003, 05:25 AM
song=new Array()
song[song.length]=new Array("File name.mid","Song<br>Title",Playing Time)