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 Rhinorhino 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: Pablo4077
  • Content: Threads
  • Order by date
  1. Pablo4077

    Need help converting javascript to vb script

    I don't fully understand javascript could someone help me convert this to VBS, this is the code: var logQuery=new ActiveXObject(&quot;MSUtil.LogQuery&quot;); var recordSet=logQuery.Execute(&quot;SELECT * FROM <1>&quot;); for(; !recordSet.atEnd(); recordSet.moveNext()) { var...

Part and Inventory Search

Back
Top