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 Chriss Miller 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: rastman222
  • Content: Threads
  • Order by date
  1. rastman222

    Using 'null'

    Writing some code for a check out procedure. When the user inputs '0', I want the code to null the zero and go back to the last balance. Hitting 0 means mistake and whatever total entered be removed from the running total. if(itemPrice >= 0.01 & itemPrice <= 4999.99) { count ++...

Part and Inventory Search

Back
Top