Code:
stock retrieve_data(query[]="",output[][32])
{
}
But I believe that is something different. The function can use that variable, but it's not necessarily creating it, it's returning values to the variable that IS created. Right?
I just don't understand why I cannot create a dynamic array size :S
__________________