|
|
|
|
|
|
|
|
|
|
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()
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|