Submitted Questions

  • DIM and SET

    What is the difference between DIM and SET? When to use DIM and when to use SET.

    manoj kumar

    • Sep 23rd, 2019

    Dim is used to declare the variable and Set is used to assign the value to variable.
    Eg: Dim temp
    Set temp=20

    Sagar

    • Jul 25th, 2017

    Dim keyword is used to declare a variable, where as Set keyword used to declare object