EXAMPLE SOURCE CODE



 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.

PlayBasic Code:
		dim table(100)
		
		print handleof(table())
		
		sync
		waitkey
		
		
		
Psub  HandleOf(me())
EndPsub Me()




COMMANDS USED: DIM | PRINT | SYNC | WAITKEY |





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.


 

 
     
 
       

(c) Copyright 2002 / 2024 Kevin Picone , UnderwareDesign.com  - Privacy Policy   Site: V0.99a [Alpha]