Instead of doing this...
function ulx.whatever( ply, string1, string2, string3, string4, string5, string6, string7, string8, string9, string10 )
Would it be possible to make it...
function ulx.whatever( ply, tableOfStrings )
Because I've only been able to do the first one. I can't figure out any other way.