Microsoft
Software
Hardware
Network
Question : insert each word of a line of text into an element of an array
I have an XHTML document with imbedded JavaScript. In the script. when the user enters a line of text into a prompt box, I want to insert each word of that input into an element of an array. Is there a particular array method for that? The inputed string could be of varying lengths.
Answer : insert each word of a line of text into an element of an array
myString is an array
myString[0] is your first word
myString[myString.length-1
] is your last word
Random Solutions
How to read a CSV using Windows Command Line
How to stablish a proper setup in MS Outlook 2003 encrypting mails
Rejected emails that were not really sent
Intel Sata RAID controller on RHEL 4 problem
alter does it drop
Automatically do a release build
Cisco Unity Express to Trigger MWI on overlay DN
Can't boot SBS 2008 Standard - CRCDISK.SYS
vmware player shows black screen on win 2003 server
Pass recordset from local sql server to remote sql server using access adp