Announcement

Collapse
No announcement yet.

Help on Vbscript

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help on Vbscript

    I am tring to learn VBscript

    I am tring to debug a script I got

    How can I display Or print a Variable to see what is in it.

    i Tryed the following (what am I doing wrong)

    Document.write Variable
    Document.writeLn Variable
    hs.WriteLog Variable

    Thanks For Your Help

    Frank

    Frichmond1@yahoo.com

    #2
    You should be able to use something like hs.writelog "info", varname
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      http://www.tenholder.net/tenWare2/te...g/default.aspx
      tenholde

      Comment


        #4
        *IF* you are developing on your HS machine (not a remote machine) then you can use:

        Code:
        msgbox "This is some info:" & variable
        You'll get a popup Windows message box on the HS desktop.
        Best regards,
        -Mark-

        If you're not out on the edge, you're taking up too much room!
        Interested in 3D maps? Check out my company site: Solid Terrain Modeling

        Comment

        Working...
        X