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 IamaSherpa 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. leuk31

    Reset variables

    Hi, Any idea. I need help please. Thanks
  2. leuk31

    Reset variables

    Hi, I've this code : Public Shared MyVar AS Integer=0, MyVar2 AS Integer=0 Public Shared FUNCTION SetMyvar(ByVal valeur AS Integer) AS Integer IF valeur < 48 Then MyVar +=1 Else MyVar=MyVar End IF RETURN MyVar End FUNCTION Public Shared FUNCTION SetMyvar2(ByVal valeur2 AS...

Part and Inventory Search

Back
Top