![]() ![]() ![]() |
|
PBArrayStruct_size | ||
The PBArrayStruct_size constant is the array header size in bytes. If you intend upon manipulating array data directly, then we highly recommended that you use PBArrayStruct_size when calculating element zero to ensure the future compatibility. FACTS: * NOTE: The GetArrayPtr function has an optional parameter to return the pointer to element zero in the array for you. Meaning you shouldn't need this constant in modern PlayBASIC programs. It only remains for backward compatibility reasons. Mini Tutorial: This example demonstrates how the programmer can manually access the elements within an array.
This example would output.
|
Related Info: | Dim | GetArrayPtr | PeekInt | Pointer | PokeInt : |
|
|||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
(c) Copyright 2002 - 2025 - Kevin Picone - PlayBASIC.com |