اهلا وسهلا بك فى بوابة الثانوية العامة ... سجل الان

العودة   بوابة الثانوية العامة المصرية > المرحلة الاعدادية > الفصل الدراسى الثانى > الصف الثالث الاعدادى > الكمبيوتر وتكنولوجيا المعلومات 3 ع ترم 2 > حاسب آلى 3ع ترم2

 
 
أدوات الموضوع انواع عرض الموضوع
Prev المشاركة السابقة   المشاركة التالية Next
  #1  
قديم 11-05-2015, 12:34 AM
سيف سالم سيف سالم غير متواجد حالياً
مــٌــعلــم
 
تاريخ التسجيل: Jul 2008
العمر: 57
المشاركات: 4,642
معدل تقييم المستوى: 21
سيف سالم is on a distinguished road
افتراضي هو دا تعليم الطالب

دا تعريف & من المصدر
& Operator (Visual Basic)


Generates a string concatenation of two expressions.



result = expression1 & expression2


Parts


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.

Remarks


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 "".
Note: The & operator can be overloaded, which means that a class or structure can redefine its behavior when an operand has the type of that class or structure. If your code uses this operator on such a class or structure, be sure you understand its redefined behavior. For more information, see Operator Procedures.


Example


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 Copy CodeDim sampleStr As String sampleStr = "Hello" & " World"' The preceding statement sets sampleStr to "Hello World".

الرجاء فقط التفضل من الاساتذة اللى قالوا الفصل خطأ علشان هي للربط يشير بس قين كلمة الربط هنا
يا حضرات الفصل والربط ترجمة عربية لواضع الكتاب الاكتروني وقد ذكر اللفظين متتاليين
استقيموا يرحمكم الله
رد مع اقتباس
 

العلامات المرجعية


ضوابط المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا يمكنك اضافة مرفقات
لا يمكنك تعديل مشاركاتك

BB code متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع


جميع الأوقات بتوقيت GMT +2. الساعة الآن 08:57 AM.