3.0 |
Syntax
Pointer = VarPtr ( Variable ) Returns a pointer that points at the Variable contents in memory.
Do not use it to deal with 'char **', because the contents of a Gambas String variable is read-only.
See alsoExternal Function Management |