Home > lang > varptr 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
VarPtr

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.

See also

External Function Management