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 SkipVought 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: rgiri
  • Order by date
  1. rgiri

    Total newbie dingbat question - getParameter

    Use the equals method instead of == , equals method does a comparision of the value of the string, when you do == you are actually trying to see if 'myString' object and "Sam" object are same or not, which will be same only if they point to the same object. So doing a comparision...

Part and Inventory Search

Back
Top