Is there a way to store a function name in a variable then when you go to call the function use the variable rather than the function name. The goal here is to remove all my if statements out of onupdate for optional data fields. So if I have a data field with 10 options I can store the function name for the option the user choose outside of onupdate and then onupdate just populates the data field instead of trying to figure out what the user has chosen every time it runs.