|
Byte | ||
Byte is not actually a command. It's a keyword used to declare an item as being Byte data type. Namely used with Types FACTS: * Byte values are 8bit and have a numeric range of 0 to 255 * Byte can only be used with Pointers & Type Fields in PlayBASIC V1.64 and bellow, there is no support Byte variables at this time. Mini Tutorial: This example shows some valid usages of Byte today.
This example would output.
|
Related Info: | Dim | Float | Global | Integer | Local | Memory | Pointer | Static | Type | Word : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |