ReneMiner
18-07-2013, 12:11
I saw in some code-example from Charles (http://www.thinbasic.com/community/showthread.php?t=9866&highlight=calls+oxygen) some method to set a pointer at the end of the oxygen-function alike
Function F() As Long At #P
and I tried to find some further information about this and discovered that tB also seems to allow appending some pointers to functions.
In tB-help it says:
...
Function declaration:
Function FunctionName [([arguments])] [AsType [PTR]]
...
Now I'm nosy because there's nothing more explained about "PTR".
How would that work - and what type of pointer?
Function F() As Long At #P
and I tried to find some further information about this and discovered that tB also seems to allow appending some pointers to functions.
In tB-help it says:
...
Function declaration:
Function FunctionName [([arguments])] [AsType [PTR]]
...
Now I'm nosy because there's nothing more explained about "PTR".
How would that work - and what type of pointer?