I am having an issue that I can’t quite figure out. To give a basic break down, we are reading values out of an excel file, then adding them as strings into an array of strings, then I want to use that array of strings as an out argument so that we can type the data read from the cell values into a search bar. So far everything works fine except for when trying to assign anything to the array of strings out argument, it always says that it isn’t initialized, but I can’t set any default values since it is an out argument. I’m sure there is something that I am missing; so if anyone can fill me in I would greatly appreciate it.