_SOURCE (function)

From QB64 Wiki
Revision as of 16:58, 9 September 2017 by imported>SMcNeill (STYLE GUIDELINES)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _SOURCE function returns the present image source handle value.


Syntax

currentSource& = _SOURCE


Description

  • 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.


Examples

See the examples in:


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page