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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mlaw524

  1. mlaw524

    URGENT: Simple Question about testing for integer

    How about a little modulo arithmetic? if isnumeric(testval) then if (testval \ 10) * 10 = testval then test passes else test fails end if else test fails end if

Part and Inventory Search

Back
Top