Gadget functions with Array parameter

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Gadget functions with Array parameter

Post 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.