|
#1
|
|||
|
|||
|
دا تعريف & من المصدر
& Operator (Visual Basic) Generates a string concatenation of two expressions. result = expression1 & expression2 result Required. Any String or Object variable. expression1 Required. Any expression with a data type that widens to String. expression2 Required. Any expression with a data type that widens to String. If the data type of expression1 or expression2 is not String but widens to String, it is converted to String. If either of the data types does not widen to String, the compiler generates an error. The data type of result is String. If one or both expressions evaluate to Nothing or have a value of DBNull..::.Value, they are treated as a string with a value of "". This example uses the & operator to force string concatenation. The result is a string value representing the concatenation of the two string operands. Visual Basic الرجاء فقط التفضل من الاساتذة اللى قالوا الفصل خطأ علشان هي للربط يشير بس قين كلمة الربط هنا
يا حضرات الفصل والربط ترجمة عربية لواضع الكتاب الاكتروني وقد ذكر اللفظين متتاليين استقيموا يرحمكم الله
__________________
|
| العلامات المرجعية |
|
|