首页 > dev > api > name > gb.array.add 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
GB.Array.Add
void *GB.Array.Add ( GB_ARRAY array )

Inserts an element at the end of a Gambas Inline Arrays.

This function returns a pointer to the new element. Use the api/cat/store functions family to put a data into the array.

参见

Array Objects Management