الرئيسية > lang > varptr 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  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 المتغير. For example, 'int *', or 'void **'.

Do not use it to deal with 'char **', because the contents of a جامباس String المتغير is read-only.

إنظر أيضا

External Function Management