Status: FixToInclude
Owner:
[hidden email]
Labels: Milestone-1.3
New issue 4272 by
[hidden email]: commandLineInput on Windows
http://code.google.com/p/pharo/issues/detail?id=4272CommandLine class>>commandLineInput
"self commandLineInput"
| str index args |
args := OrderedCollection new.
str := Smalltalk getSystemAttribute: (index := 2).
[ str isNil or: [ str isEmpty ] ] whileFalse:
[ args add: str.
str := Smalltalk getSystemAttribute: (index := index + 1) ].
^ args.
(Sorry, can't login to create an issue at present...)
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker