Home > lang > varptr 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
VarPtr
3.0

Syntax
Pointer = VarPtr ( Variable )

Returns a pointer that points at the Variable contents in memory.

Use this function when an extern function argument is a pointer to a numeric variable. For example, 'int *', or 'void **'.

Do not use it to deal with 'char **', because the contents of a Gambas String variable is read-only.