Re: regarde et apprend, watch and listen

new topic     » goto parent     » topic index » view thread      » older message » newer message

the first two arguments are always filled with SOMETHING. when a program
is not bound, command() passes:
{"ex",
 "myprog.ex",
 "blah",
 "blah",
 "blah"}

When you bind it, it reads:
{"myprog", --replaces ex.exe
 "myprog",
 "blah",
 "blah",
 "blah"}

Suppose this is what command() looks like:

{"ex", "myprog.ex"}
And you try to read from the third argument where the stuff you supply on
the command line starts, but nothing is there. You get an error from
Euphoria. Btw, i'm a former BASIC programmer that's fed up with the way
Euphoria sometimes just won't do what i tell it to.

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu