What are all the rules and guidelines want to be followed while working in expert view?
Case-sensitivity VB script is not case sensitive and does not differentiate between upper case and lower case spelling of words. Text strings When we enter value as a string, that time we must add quotation marks before and after the string Variables We can use variables to store strings, integers, arrays and objects. Using variables helps to make our script more readable and flexible. Parentheses To achieve the desired result and to avoid the errors, it is important that we use parentheses() correctly in our statements. Comments We can add comments to our statements using apostrophe (’), either at a beginning of the separate line or at the end of a statement Spaces We can add extra blank spaces to our script to improve clarity.