| A statement that extracts a resource, from the current program, to a file.
Syntax: EXTRACTRESOURCE resource-value, filename EXTRACTRESOURCE Resource(0), "test.bmp"
Details: The resource-value is the absolute position of the resource within the current program. To find the absolute position of the resource, see also RESOURCE(), and RESOURCECOUNT. |
|