News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Get Array Handle (HandleOf function)

Started by kevin, June 26, 2020, 08:59:47 AM

Previous topic - Next topic

kevin

 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: [Select]
      dim table(100)

print handleof(table())

sync
waitkey



Psub HandleOf(me())
EndPsub Me()