Changes

Jump to: navigation, search

Understanding Visual Basic Variable and Constant Types

31 bytes added, 13:56, 19 March 2009
Char Variable
== Char Variable ==
<google>ADSDAQBOX_FLOW</google>
The ''Char'' variable type holds a single character (such as the letter 'B'). The value of a Char can be any character. Internally, a number in the range 0 to 65,553 is used to represents the character value as defined by the ASCII table. As an example when the letter 'Z' is assigned to a Visual Basic Char variable, the number 90 is actually stored in the variable location.

Navigation menu