1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 12:20:22 +00:00
qb64/internal/help/_SOURCE_(function).txt

27 lines
569 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SOURCE (function)}}
2017-10-10 14:55:21 +00:00
The [[_SOURCE (function)|_SOURCE]] function returns the present image source handle value.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: {{Parameter|currentSource&}} = [[_SOURCE (function)|_SOURCE]]
{{PageDescription}}
2017-10-10 14:55:21 +00:00
* 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.
2017-10-10 14:55:21 +00:00
{{PageExamples}}
See the examples in:
* [[Bitmaps]]
* [[SAVEIMAGE]]
* [[SaveIcon32]]
{{PageSeeAlso}}
* [[_DEST (function)]]
* [[_SOURCE]], [[_DEST]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}