Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chriscc17
  • Content: Threads
  • Order by date
  1. chriscc17

    Javascript Chat Bot

    I have a pattern matching chatbot where I use the following to select at random the various responses. if (input.search("favorite food")!= -1) { message[0] = "Pizza!"; message[1] = "Sub sandwich."; message[2] = "Tacos."; message[3] = "Cheeseburger"; num = [Math.floor(Math.random()*4)]...

Part and Inventory Search

Back
Top