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 Chris 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: *

  1. bacarey

    Creating a variable from a value

    I want to create a variable from the value of another variable and a constant example dim var1 as integer dim var2 as integer dim var3 as integer for i = 1 to 3 var"i" = i +1 next i

Part and Inventory Search

Back
Top