I'm writting a class that simplifies my coding when using QBFC (quickbooks integration).
I am going to have many functions with optional paramaters of list of strings. The problem I have is that I am unsure how to specify the default value. I want to pass an empty list to code if a list is not specified. How does one do this. I'm sure this is a simple answer, but I'm coming up with a blank on every search I've done.
Thanks, Cam