VBS Tutorial: Operator-operator (+)

Source: Internet
Author: User

Operator (+)

Calculate the sum of two numbers.

result = expression1 + expression2

Parameters

Result

Any numeric variable.

Expression1

Any expression.

Expression2

Any expression.

Description

You can also use+Operator to connect two strings, but you must still use&To avoid confusion and provide easy-to-understand code.

This is because+It may be difficult to determine whether to perform addition or string connection.

The basic subtype of the expression determines+The operations performed by the operators are shown in the following table:

If Then
Both expressions are numerical values. Add
Both expressions are strings. Connection
One expression is a numeric value, and the other expression is a string. Add

If one or both expressions are Null expressionsResultIsNull. If both expressions are EmptyResultIsIntegerChild type. However, if an expression isEmpty, Returns another expressionResult.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.