Re: [Tutor] poll question

2008-11-26 Thread Peter van der Does
) For each value in the list you call getCharFromOrd(ord,what-ord) which returns the true character Examples: MyName = getStringFromOrd((80,101,116,101,114),'Dec') MyName = getStringFromOrd((0x50,0x65,0x74,0x65,0x72),'hex') -- Peter van der Does GPG key: E77E8E98 WordPress Plugin Developer http

Re: [Tutor] My horrible looking program needs improvement.

2008-11-25 Thread Peter van der Does
a bigger program, the kids grammar won't work anymore. Oh and yes I am Dutch, currently living in the US. -- Peter van der Does GPG key: E77E8E98 WordPress Plugin Developer http://blog.avirtualhome.com GetDeb Package Builder/GetDeb Site Coder http://www.getdeb.net - Software you want

[Tutor] My horrible looking program needs improvement.

2008-11-24 Thread Peter van der Does
Is this the place where somebody could go over my program and give some pointers on how to improve the structure or is there a forum out on the Net that can help me out. If this is the place, how do I show the program, in-line or attached? Thanks in advance. -- Peter van der Does GPG key: E77E8E98 WordPress

Re: [Tutor] My horrible looking program needs improvement.

2008-11-24 Thread Peter van der Does
On Mon, 24 Nov 2008 11:00:59 -0500 Peter van der Does [EMAIL PROTECTED] wrote: I wrote my 1st Python program and it works as I want it to work but ,IMHO, it looks horrible. As to what my program does: It downloads a file from the web, downloads .htaccess and Apache log file from a FTP site