hi
im new to writing functions - still havent gotten to classes yet :) and having some trouble understanding which function can access which variable...
i have declared an array outside of any function... then i call a function, pass it a list(array) of urls and need to cycle the list and compare values to the array i declared outside to check that there are no matches... but the function doesn't seem to have access to that array?!
thanks