Re: [Tutor] How to set up dispatch function

2008-06-20 Thread Alan Gauld
"Tyler Rutschman" <[EMAIL PROTECTED]> wrote set up a dispatch function to find the proper report format for the indicated configuration. Sounds like a job for a dictionary. Just find the key and access the corresponding function. Do you know how to do that? (Use a dictionary to strore fun

[Tutor] How to set up dispatch function

2008-06-20 Thread Tyler Rutschman
Hello again everyone, I'm trying to add another fold into my log reporting script. I would like to set up a dispatch function to find the proper report format for the indicated configuration. The function would need to recognize the configuration and call a function that will parse the data and ge