SOURCE (function) - QB64 Wiki

SOURCE (function)

From QB64 Wiki

Revision as of 05:06, 8 November 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _SOURCE function returns the present image _SOURCE handle value.


Syntax:

present_source& = _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.



See also:



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