خانه > doc > diffvb 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  بازآوردن  Search  سرپرستی  
مستندات
تاریخچه
 
اخطار! این صفحه ، روز آمد (up-to-date) نمی باشد.  مشاهده نسخه انگلیسی 
تفاوت های بین گامباس و ویژوال بیسیک
While گامباس is not intended to be a clone of Microsoft Visual Basic, it's still BASIC and there are many similarities between the two languages, and many one-to-one relationships between features.

There are probably more similarities than differences, but you can't simply copy your VB projects over and expect them to کامپایل under گامباس.

The symbol will sometimes appear on a page in this documentation to indicate that there are notes available on how using the feature described on that page differs from accomplishing the same task in VB, to help those programmers who may be migrating to گامباس from that language.

Non-Language-Specific Differences

Type of file Visual Basic گامباس
Project definition file .vbp .project (just .project, one per directory)
Module .bas .module
Class file .cls .class
Form definition file .frm .form
Binary resource files .frx Any other file stored in the project directory.

Visual Basic Has It, گامباس Doesn't

مثال

 CONST ADDITION AS Integer = 1
 CONST SUBSTRACTION AS Integer = 2

گامباس Has It, Visual Basic Doesn't

And many many other things... Just add them as you like! :-)

Same Functionality, Different Terminology