Brad Watson wrote: > Is there a way to get the command line arguments from > a gst script from with in smalltalk ?
Assuming you know how to tell gst to stop processing arguments itself and pass them to your program, send #arguments to Smalltalk. If you are running the development version (post-2.2), look in kernel/Getopt.st, or see the documentation for class Getopt and SystemDictionary category 'command-line', for getopt-style processing. -- Stephen Compall http://scompall.nocandysw.com/blog _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
