how is the code written. If that is the case, I would suggest you learn something like flowcharting or psuedocode to help you actually get to the point where you can write the code to perform your specific task. I imagine any number of members could write suitable code for you, but, you won’t learn anything.
**Then again, maybe I missed something in the shout box.
is exactly the ideas I was talking about. If you can’t see the code, you need a way to look at it in an abstract manner, so you can begin to see how to code the function. Concepts like flowcharting and psuedocode allow you to break down the program in to smaller parts. Once you have some stable ideas about what you are trying to do, you can start to put it in to code.