hi.. i'm been trying to pass an array from one function to the next and my complier doesn't like it for some reason... i've tried a number if different things, like
function(array[]),
function(array[x]) and
function(array)... nothing works.. any chance someone out there can help ?

thanks