[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
VarTypes
Different languages refer to the same type of variable by different names. Here's some languages and the variable types they have:
TDC - Type Declaration Character. Can be used as a sort of shorthand in some languages to declare a variable's type.
Visual Basic
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
VarTypes
Different languages refer to the same type of variable by different names. Here's some languages and the variable types they have:
TDC - Type Declaration Character. Can be used as a sort of shorthand in some languages to declare a variable's type.
Visual Basic
- Byte: A single unsigned byte.
Range: 0 - 255 - Integer: A signed two-byte variable.
Range: -32768 - 32767
TDC: % - Long: A signed four-byte variable.
Range: -2,147,483,648 - 2,147,483,647.
TDC: &
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
