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 gkittelson 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. questdade

    How Do You Pass A Array Through A Write Command to another sub

    actually I believe his problem is in trying to convert a var type int, which is what 1000 is, to string, try: array(4) = 1000 document.write(&quot;<td onclick=Show(&quot;+cstr(array(4))+&quot;)>Test</td>&quot;) Sub Show(msg) msgbox(msg) End Sub all should be well

Part and Inventory Search

Back
Top