a different one this time...
Currently I do this:
I want to optimise this by turning it into a function; basically it extracts data from a table based on parameters...![]()
Please Login or Register to view this content.
You will notice that each of the above conditions only use 2 parameters, however I would like to be able to pass the function any number... so what I'm thinking is basically:
allBrick = functionname(table (search_one, search_two), (search_one, search_three, search_four))
I guess that the function would return an array...
I hope that this makes sense... knowing that what I am wanting to do is possible would be a great start!!
Thanks
Bookmarks