| A function that returns the absolute position of the resource from the current program.
Syntax: RESOURCE(numeric-expression) EXTRACTRESOURCE Resource(0), "test.bmp"
Details: RESOURCE() is an array consisting of 0 to RESOURCECOUNT-1 elements. Element 0 corresponds to the first $RESOURCE handle you specify and so on. If numeric-expression is not in the range 0 to RESOURCECOUNT-1, this function returns 0. |
|