home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / datacomm / 7680 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!fuug!prime!mits!fernis
  3. From: fernis@mits.mdata.fi (Ari Fernelius)
  4. Subject: Terminus script variable & Arexx problems!
  5. Organization: Microdata Oy
  6. Date: Sun, 15 Nov 1992 20:20:56 GMT
  7. Message-ID: <fernis.721858856@mits>
  8. Sender: usenet@prime.mdata.fi (Usenet poster)
  9. Nntp-Posting-Host: mits.mdata.fi
  10. Lines: 40
  11.  
  12.  
  13. I'm currently testing the beta version of Terminus 2.0, and
  14. I have some problems with scripts. I'm planning a bit bigger
  15. script program that needs not only ordinary variables, but
  16. "table" variables - those what usually are initialized with
  17. DIM a(100,2) command, for example.
  18.  
  19. NComm and Terminus doesn't seem to have this type of variables.
  20. So, I've tried to use Arexx. 
  21.  
  22. Terminus has REXX command, which sends a command string to the
  23. Arexx server. And Arexx 'has got it all', so it would be a good
  24. idea to mix Script and Arexx commands. However, I haven't find
  25. a way to pass information between Arexx variables and Terminus'
  26. script variables.
  27.  
  28. I've tried the following:
  29.  
  30. 1) REXX "a(1)=10" ... and then print (or REXX say) commands, but 
  31.    this seems to be a difficult/impossible way to operate... I 
  32.    would have to place REXX command at the start of every line.
  33.  
  34. 2) Not using .scp, but .trx instead.  But without any results...
  35.    What Arexx command should I use to replace PRINT REMOTE?
  36.  
  37. ...writing a host script is very difficult, and frustrating, if
  38. I don't find any solution to this problem.
  39.  
  40. So, Please!, tell me, how could I use this type of variables,
  41. or find a way to do things different way...
  42.  
  43.  
  44.  
  45.  
  46.  
  47. --
  48.       ____________________________         
  49.       >                           >          
  50.      /    fernis@mits.mdata.fi   /          Espoo, Finland   
  51.     <___________________________<    
  52.