Page 1 of 1

Gadget functions with Array parameter

Posted: Sun Jun 07, 2009 10:26 am
by mback2k
It would be great if the Gadget library functions to add/remove items/columns could support string arrays, e.g.:

AddGadgetColumns(#Gadget, Position, Array Titles$() [, Width])
AddGadgetItems(#Gadget, Position, Array Texts$() [, ImageID [, Flags]])

Same for remove functions.