Jump to content

Search the Community

Showing results for tags 'VBS Array'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. Hallo, ich würde gerne aus einem VBS ein anderes VBs aufrufen und dabei ein array als Paramter übergeben. Mein Code hierzu sieht bisher folgendermaßen aus: Function CallScript(values) Dim WshShell Set WshShell = CreateObject("WScript.Shell") WshShell.Run ("PFADtest.vbs & values")End Function Das Programm startet auch richtig die andere VBS (Pfad ist nur zensiert), allerdings kommt beim anderen Programm als Array folgendes an: Array(0) = & Array(1) = values Ideen hierzu? Was muss ich in meinem Aufruf ändern, damit er values als Variable und nicht als String übergibt. Und wenn ich hier schon dabei bin, wie schaffe ich es, dass ein Pfad immer relativ zum Skript genommen wird? Danke im Vorraus
×
×
  • Create New...