<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi,<BR>
<BR>
Given a list of options: option_1.......option_n. For each option I have a corresponding function: func_1..... func_n. I have all function names defined in a list similar to flist = [func_1, func_2,.......func_n] which I know is a legitimate construct having found a similar&nbsp; construct discussed by Kent Johnson in 2005.<BR>
<BR>
What I do not know how to do is to call the selected function. If the index of options is 1, then I want to call func_2; do I code flist[index]? I do not think Python has a branch indirect construct so I cannot use anything similar to that methodology.&nbsp; What is the best approach to take to solve this problem?<BR>
<BR>
Thank you for any assistance, hints, solutions, and guidelines.<BR>
<BR>
Robert<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>