Re: Checking var is a number?

2006-06-06 Thread dav . phillips
I took a variable to mean a container for diffirent kinds of information either strings or integers etc, as i am mainly a asp, php, asp.net developer. Thanks for the list of references, that will come in very handy Cheers Guys David P -- http://mail.python.org/mailman/listinfo/python-list

Re: Checking var is a number?

2006-06-06 Thread dav . phillips
> Good luck! >Laszlo I actually managed to get it sorted but i like that way of doing it much better actually :) Cheers David P -- http://mail.python.org/mailman/listinfo/python-list

Checking var is a number?

2006-06-06 Thread dav . phillips
Hi, I am very new to all this and need to know how to check a variable to see if it is a number or not. Also can anyone recommend a reference book apart from dive into python preferably a reference with good examples of how to impliment code. The project i have been given to work in is all CGI wri