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
Mac Mail only shows 90 days of deleted items
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
unknown process - should I be concerned
Nested forms asp.net IE8
how do I let users access OWA by exchange.domain.com vs. exchange.domain.com/exchan
ge
Access 2003 -> Word 2003 - have a question on code that works to save doc as pdf file...
compareTo() - JavaScript example needed
Exchange 2010 refusing SMTP port 25 connections
OMA and OWA
How to make IN operator to accept CSV which are varchar in SQL Server 2008