Re: [Gambas-user] read commandline invocation

2008-12-23 Thread gambas
Am Montag, 22. Dezember 2008 17:31:03 schrieb Doriano Blengino: > gam...@organet.com ha scritto: > > I think Application.Read is your friend. ;-) > > Application.Args[index] is what you are looking for... "print > application.args[0]" will print the command name (/usr/bin/test.gambas > for example)

Re: [Gambas-user] read commandline invocation

2008-12-22 Thread Joshua Higgins
Thanks :-) 2008/12/22 Doriano Blengino > gam...@organet.com ha scritto: > > Am Sonntag, 21. Dezember 2008 02:17:56 schrieb Joshua Higgins: > > > >> Probably a stupid question, but I can't figure it out :S > >> How do I get my Gambas program to read how it was invoked from the > command > >> line

Re: [Gambas-user] read commandline invocation

2008-12-22 Thread Doriano Blengino
gam...@organet.com ha scritto: > Am Sonntag, 21. Dezember 2008 02:17:56 schrieb Joshua Higgins: > >> Probably a stupid question, but I can't figure it out :S >> How do I get my Gambas program to read how it was invoked from the command >> line? >> >> Thanks. >> > I think Application.Read is

Re: [Gambas-user] read commandline invocation

2008-12-21 Thread gambas
Am Sonntag, 21. Dezember 2008 02:17:56 schrieb Joshua Higgins: > Probably a stupid question, but I can't figure it out :S > How do I get my Gambas program to read how it was invoked from the command > line? > > Thanks. I think Application.Read is your friend. ;-) Greetz Stevie -

[Gambas-user] read commandline invocation

2008-12-20 Thread Joshua Higgins
Probably a stupid question, but I can't figure it out :S How do I get my Gambas program to read how it was invoked from the command line? Thanks. -- joshua higgins >>-- --