Re: [Tutor] Help with parsing

2006-09-19 Thread Alan Gauld
I missed the OP on this so if its already been done to death, my apologies. But its such an important point I'll risk repeating it... > Bryan Leber wrote: >> then exit. Right now I have something like this >> >> Size = len(argsList) >> If size = 4 This is obviously pseudo code but in future wh

Re: [Tutor] Help with parsing

2006-09-18 Thread Andrew Robert
Bryan Leber wrote: > > Hello, I am trying to create a script that reads from the command line > and puts the sysargv into a list. I have this part done. I have added > code for testing and one of those testing procedures is to print the > list out in a text file. Not all field are required and may