|
This is a small collection of mostly game example source codes. These source codes are made available to help PlayBasic programmers kick start their game programming journey.
Looking for more source code / tutorials & media, then remember to visit the PlayBasic Resource board on our forums.
Found #1 item in Source Code category by Kevin Picone
Get Array Handle (HandleOf function)
|
By: Kevin Picone Added: June 27th, 2020
|
Category: All,Arrays,Source Code
|
Get Array Handle (HandleOf function)
This function returns the HANDLE (The unique bank ID) from any Integer array that's passed into it.
dim table(100)
print handleof(table())
sync
waitkey
Psub HandleOf(me())
EndPsub Me()
|
|
|
Viewing Page [1] of [0]
Want More Source Codes?:
Release Type:
The source code & tutorials found on this site are released as license ware for PlayBasic Users. No Person or Company may redistribute any file (tutorial / source code or media files) from this site, without explicit written permission.
|
|