VB script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santoshingle
    New Member
    • Mar 2008
    • 1

    VB script

    how to pass values to variables using VB script?

    Santosh ingle
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by santoshingle
    how to pass values to variables using VB script?

    Santosh ingle
    Dim MyVariable

    MyVariable = "MyValue"

    Comment

    Working...