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 Mike Lewis 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: *

  1. DebbieLeigh

    Selecting Rows That Span 360 Degrees

    Hi, Here's a brain puzzler for anyone who likes a challenge or has already come across a similar problem and has a solution for it. I have a table that holds wind directions and another that holds records that link to that table: DROP TABLE IF EXISTS `wind_direction`; CREATE TABLE IF NOT...
  2. DebbieLeigh

    Detecting javascript array type

    Hi, Can anyone tell me how I can detect whether a variable is an array in javascript. I've found that typeof returns 'object' for an array, but doesn't go any farther than that. So, does anyone know of a way to go beyond this and distinguish between arrays and other types of objects...

Part and Inventory Search

Back
Top