home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.datacomm
- Path: sparky!uunet!europa.eng.gtefsd.com!gatech!darwin.sura.net!newsserver.jvnc.net!gmd.de!Germany.EU.net!mcsun!news.funet.fi!hydra!klaava!kpaasial
- From: kpaasial@klaava.Helsinki.FI (Kimmo T Paasiala)
- Subject: Re: Using Arexx and Term 2.4b
- Message-ID: <1993Jan27.200203.25371@klaava.Helsinki.FI>
- Organization: University of Helsinki
- X-Newsreader: TIN [version 1.1 PL6]
- References: <C1J0wy.KLt@news.cso.uiuc.edu>
- Date: Wed, 27 Jan 1993 20:02:03 GMT
- Lines: 25
-
- David J. Pugliese (djp33563@uxa.cso.uiuc.edu) wrote:
- > While I've managed to get most of the Term Arexx commands to work
- > in scripts, I absolutely cannot get the "query" command to work for me.
- > This is supposed to return an (alpha)numeric value of nearly all
- > of the program parameters.
- > I can never seem to recover the value that "query" returns.
- > Is it a function? i.e.: b = query baudrate
- > What am I missing here? I read the Term docs and the ARexx manual
- > repeatedly, and I'm still at a loss.
- >
- > thanks,
- > Dave Pugliese
- > d-pugliese@uiuc.edu
- >
- Use something like this:
-
- options results /* IMPORTANT! */
- address term
- 'query baudrate'
- b = result
-
-
-
- --
- Kimmo Paasiala (kpaasial@kruuna.helsinki.fi)
-