1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 11:25:14 +00:00
qb64/internal/help/_SOURCE_(function).txt

25 lines
510 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SOURCE (function)}}
The '''_SOURCE''' function returns the present image _SOURCE handle value.
{{PageSyntax}}
2016-03-18 11:36:04 +00:00
::: present_source&}} = '''_SOURCE'''
{{PageDescription}}
2016-03-18 11:36:04 +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 {{KW|_SOURCE}} statement.
*''See Example:''
* [[Bitmaps]]
* [[SAVEIMAGE]]
* [[SaveIcon32]]
{{PageSeeAlso}}
* [[_DEST (function)]]
* [[_SOURCE]], [[_DEST]]
{{PageNavigation}}