_SOURCE (function) - mkilgore/QB64pe GitHub Wiki
The _SOURCE function returns the present image source handle value.
- currentSource& = _SOURCE
- Returns a handle value that is a LONG integer type.
- Save the source handle to a LONG variable for later restoration using the _SOURCE statement.
See the examples in:
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page