|
Re: sys.argv[i] with i>9 Problem ?: msg#00028lang.jython.user
This works for me: argv.py: import sys for i in range(len(sys.argv)): print sys.argv[i] C:\>jython argv.py 1 2 3 4 5 6 7 8 9 10 11 argv.py 1 2 3 4 5 6 7 8 9 10 11 Perhaps it is a system limitation. FWIW, I'm running Windows XP. Jean Guillaume LALANNE wrote: Hi, ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | memory management problem, Carlos Garcia |
|---|---|
| Next by Date: | Re: getBlue - use in jython to replace PIL?, Mark Guzdial |
| Previous by Thread: | sys.argv[i] with i>9 Problem ?, Jean Guillaume LALANNE |
| Next by Thread: | java.lang.ClassCircularityError: org/apache/axis/message/SOAPBodyElement, Jean Guillaume LALANNE |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |