home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / applicat / 8402 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  1.4 KB

  1. Path: sparky!uunet!rayssd!galaxia!mrsoft!mrr
  2. From: mrr@mrsoft.network23.com (Mark Rinfret)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: AREXX question for CED Pro users
  5. Message-ID: <IvaWr*jC0@mrsoft.network23.com>
  6. Date: Mon, 02 Nov 1992 07:29:32 GMT
  7. References: <1992Oct28.151432.22477@black.ox.ac.uk>
  8. Organization: MRsoftware
  9. X-Newsreader: Arn V1.00 beta rel2
  10. Lines: 28
  11.  
  12. In article <1992Oct28.151432.22477@black.ox.ac.uk>, Iftikhar Zaman writes:
  13.  
  14. > (I don't see anyone speaking about CED, which is, I think, an
  15. > excellent editor...)
  16.  
  17. Ditto.
  18. > Numerous scripts which I write need at some time or another, to
  19. > know what character is under the cursor at a certain time.  Now,
  20. > on screen one can set the environment so that the ASCII value of
  21. > the character under the cursor shows up in the status line...
  22. > Unfortunately, I don't say any "status" variable which AREXX
  23. > could query to get the ASCII value of the character under the
  24. > cursor...
  25. > Any workarounds?
  26.  
  27. Use "status 55" and "status 44". The former will give you a copy of
  28. the line buffer (in result) and the latter will give you the horizontal
  29. offset (column -1) of the cursor. Use an ARexx statement to extract
  30. the character from your copy of the line buffer. Does this help?
  31.  
  32. #
  33. # Mark R. Rinfret                   MRsoftware
  34. # Certified Amiga Developer         348 Indian Avenue
  35. # mrr@mrsoft.network23.com          Portsmouth, RI  02871
  36. # galaxia!mrsoft!mrr                (401) 846-7639
  37. #
  38.