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. Pablo4077

    Need help converting javascript to vb script

    Because I program in VB and its easer for me to convert VBS to VB than to learn a new Language.
  2. Pablo4077

    Need help converting javascript to vb script

    Want to go whitch direction? using VBS or using the logparser com?
  3. 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