Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dim myPath as String
Dim myHost as String
Dim mySession as Variant
Dim result as Long
myPath = "C:\Program Files\QWS3270\qws3270p.exe"
myHost = "locis.loc.gov"
mySession = "A"
result = sess.VBS_Start(myPath, myHost, mySession)

...