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
Adding a doc file into a Report
vmware player shows black screen on win 2003 server
Windows can't find "msconfig"
How can you search e-mail within Outlook 2010 and not use the index?
Automatically do a release build
Roaming Profiles in Windows 7 Pro and SBS 2008
admx template
Rejected emails that were not really sent
Windows XP does not see other computers on the workgroup
How to read a CSV using Windows Command Line