Function to create an array
Patrick Link
I have linked table entries to multiple clients in another table. Each client has a phone number. I have a function that formats the phone numbers a certain way, but it only formats the first client's phone number. I'd like to be able to format each client's phone number and have the formatted entries stored as an array. In short, a function that allows function outputs to be stored as an array.