How about this:
dirList = ['depth1', 'depth2', 'depth3']
string = """position"""
for x in range(len(dirList)):
string += '>> %s' % dirList.pop(0)
print string
flamesrock wrote:
> Thanks for all the responses :)
>
> You're right, Kent. That does exactly what I need it to.
>
> Anyways..
The impression for me for python is that it can be scalable and you can
really build a full fledge application from it. In the past I used to
evangelized on certain language and think that the world is full of
philips screws that I can use my philips screwdriver to screw at. I was
totally wrong. Bu