forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
_SOURCE (function)
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The _SOURCE (function) function returns the present image source handle value.
currentSource& = _SOURCE (function)
- 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: