home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / datacomm / 8976 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. 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
  3. From: kpaasial@klaava.Helsinki.FI (Kimmo T Paasiala)
  4. Subject: Re: Using Arexx and Term 2.4b
  5. Message-ID: <1993Jan27.200203.25371@klaava.Helsinki.FI>
  6. Organization: University of Helsinki
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <C1J0wy.KLt@news.cso.uiuc.edu>
  9. Date: Wed, 27 Jan 1993 20:02:03 GMT
  10. Lines: 25
  11.  
  12. David J. Pugliese (djp33563@uxa.cso.uiuc.edu) wrote:
  13. > While I've managed to get most of the Term Arexx commands to work
  14. > in scripts, I absolutely cannot get the "query" command to work for me.
  15. > This is supposed to return an (alpha)numeric value of nearly all
  16. > of the program parameters.
  17. >         I can never seem to recover the value that "query" returns.
  18. > Is it a function?  i.e.: b = query baudrate
  19. > What am I missing here?  I read the Term docs and the ARexx manual
  20. > repeatedly, and I'm still at a loss.
  21. >         thanks,
  22. >         Dave Pugliese
  23. >         d-pugliese@uiuc.edu
  24. Use something like this:
  25.  
  26. options results /* IMPORTANT! */
  27. address term
  28. 'query baudrate'
  29. b = result
  30.  
  31.  
  32.  
  33. -- 
  34. Kimmo Paasiala (kpaasial@kruuna.helsinki.fi)
  35.