home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1743 < prev    next >
Encoding:
Text File  |  1992-11-06  |  909 b   |  29 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!decwrl!netcomsv!netcom.com!elh
  3. From: elh@netcom.com (Ed Hudson)
  4. Subject: Re: stupid question about arrays and variables - a-ha!
  5. Message-ID: <1992Nov5.222743.9883@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <1992Nov5.000824.21915@netcom.com>
  8. Distribution: USA
  9. Date: Thu, 5 Nov 1992 22:27:43 GMT
  10. Lines: 17
  11.  
  12. In article <1992Nov5.000824.21915@netcom.com> elh@netcom.com (Ed Hudson) writes:
  13. >    if i understand correctly, i cannot use the name of an array as an
  14. >    argument.  ie,
  15. >
  16. >        set aaa(0) 5
  17. >        set ddd       aaa
  18. >
  19. >    i would like to be able to access array "aaa" by refering thru "ddd",
  20. >    something like:
  21. >
  22. >        echo ${${ddd}(0)}
  23. >
  24.  
  25.     please don't bother answering.  i've looked thru both the FAQ and recent
  26.     postings to this group and have found answers in both places.
  27.  
  28.         -elh
  29.