خانه > lang > alloc 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
Alloc
Pointer = Alloc ( Size AS Integer [ , Count AS Integer ] )

Allocates a memory block of Size * Count bytes and returns a pointer on it.

By default, Count is one.

Alloc
Pointer = Alloc ( String AS String )

Allocates a memory block containing the specified string and returns a pointer on it.

The size of the memory block is the string length plus one extra byte for the final null character.

همچنین مشاهده کنید

External Function Management