Quote Originally Posted by WILL View Post
eek! Please use code blocks. Especially for big monsters like that. I made the fix for you though, have a look at it with the edit button, you'll see that the cdoe blocks are the same as before with the bbPHP and SMF BBCode.
My bad - will be more careful next time.

Quote Originally Posted by WILL
On a more on-topic note, Python is a strange language. I wanted to take it up to do some programming on an old Roomba I have, but doesn't work. I imagine if you understood it well, you could translate it to Object Pascal. Are there any websites dedicated to programming in Python out there?
Personally, I like Python, and I use it alot to script something here-and-there. As of Python to Object Pascal conversion, it is possible (in the end, we are still in Turing-complete lands), but if your Python code (like the on above) uses features like lambda expressions, multiple result values, iterators, closures... you'll have really hard time converting it to Object Pascal code.

Quote Originally Posted by paul_nicholls View Post
Wow! Thanks alexione...that is much more than I expected from anyone to do for me

I will see what I can do with the code.

Thanks again so much mate

cheers,
Paul
You're welcome! :-)