next alpha sequence value from var pointing to array

2012-06-07 Thread jdmorgan
Hello, I am still fairly new to python, but find it to be a great scripting language.Here is my issue: I am attempting to utilize a function to receive any sequence of letter characters and return to me the next value in alphabetic order e.g. send in "abc" get back "abd".I found a function o

Re: next alpha sequence value from var pointing to array

2012-06-07 Thread jdmorgan
Hi Peter, Thanks for you feedback. I have the next_alpha function you have provided. But, am still getting the same result. The actual value I am passing in is "btl". But, as I mentioned I am getting it from an array value. Here is my actual code. I am reading a comma separated file, getting

Re: next alpha sequence value from var pointing to array

2012-06-09 Thread jdmorgan
Newline was the issue indeed. Thanks for you help Peter. Cheers, Derek -- http://mail.python.org/mailman/listinfo/python-list