1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_SOURCE-(function).md
2022-12-24 21:14:48 -06:00

567 B

The _SOURCE (function) function returns the present image source handle value.

Syntax

currentSource& = _SOURCE (function)

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.

Example(s)

See the examples in:

See Also