|
| ||||||||||
| Tags: data type, identifier, programming, visual basic, visual studio |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What are data types and identifiers in Visual basic?
|
|
#2
| ||||
| ||||
| Re: What are data types and identifiers in Visual basic?
The data type of a variable or constant indicates the type of data which will be stored in the allocated memory space. The data types in visual basic are byte, integers, long, single, double, date, Boolean. These are the data types on visual basic which are used while using the variable in the program. One should know that in every programming language there is a set of data types. Visual basic 6.0 is an event driven programming language which also has a set of data types in it. |
|
#3
| ||||
| ||||
| Re: What are data types and identifiers in Visual basic?
An identifier is a name given to a variable, constant or a procedure to uniquely identify it within its scope. Rules for Forming Identifiers are as follows Names can be 1 to 255 characters in length. They may consist of alphabets, digits and underscores. They must always start with an alphabet. White spaces are not allowed. Keywords are not allowed as identifiers. The identifier must be unique within its scope. Conventions for Forming Identifiers are as follows Identifiers must be meaningful. Precede each identifier with a lowercase prefix that specifies the data type. |
|
#4
| |||
| |||
| Re: What are data types and identifiers in Visual basic?
Well, I think that you must be familiar with the data types and the identifier in visual basic. You should be aware that the there are certain rules for identifier and data types which identifies them. There are conventions in identifier used in visual basic. This convention indicates that this are the identifiers of the visual basic 6.0. I have tried to make you familiar with the identifiers and the data types used in the visual basic 6.0. |
|
#5
| |||
| |||
| Re: What are data types and identifiers in Visual basic?
I think after reading these posts, now you will be familiar about what are identifier and data types in visual basic actually. Visual basic is an event driven and object oriented programming. The term data type and identifier will be always being available in every programming language. It is the most important part of programming language. These terms cannot be ignored neither in visual basic nor any other programming language. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What are data types and identifiers in Visual basic?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Data Validation in Visual Basic 6.0 | Aidan 12 | Software Development | 5 | 04-03-2011 04:25 AM |
| Tooltip box with contents from a data table in Visual Basic | Nathen | Tips & Tweaks | 3 | 01-03-2011 01:05 PM |
| Is GUI same like Visual Basic ? | Caesar | Software Development | 2 | 02-03-2009 12:32 PM |
| Visual Basic 2005 or Visual Basic 6 | Aasha | Software Development | 5 | 15-01-2009 05:56 PM |
| Visual Basic on LAN | djbbenn | Software Development | 2 | 05-08-2008 02:15 PM |