home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1752 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.1 KB

  1. Path: sparky!uunet!ogicse!emory!wupost!zaphod.mps.ohio-state.edu!menudo.uh.edu!sugar!karl
  2. From: karl@NeoSoft.com (Karl Lehenbauer)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: lvarpop bug
  5. Message-ID: <BxAutM.Bon@NeoSoft.com>
  6. Date: 6 Nov 92 14:56:09 GMT
  7. Article-I.D.: NeoSoft.BxAutM.Bon
  8. References: <1992Nov3.162737.27869@bnr.ca>
  9. Organization: NeoSoft Communications Services -- (713) 684-5900
  10. Lines: 26
  11.  
  12. In article <1992Nov3.162737.27869@bnr.ca> colton@bnr.ca (Kevin Colton) writes:
  13. >I think the following is a bug with lvarpop:
  14. >  set x "a \"b\" c"
  15. >  lvarpop x
  16. >  a
  17. >  echo $x
  18. >  b c
  19. >  lvarpop x
  20. >  b
  21. >The literal quotes are stripped off ...
  22.  
  23. It's not a bug.  This is the way lists work, and happens exactly the same
  24. if you use other list operators.  For example,
  25.  
  26. set x "a \"b\" c"
  27. lindex $x 1
  28. b
  29.  
  30. I don't know what you're trying to do, so I can't really tell you how
  31. you should go about doing it, but if you'll drop me some mail, I'll
  32. have a look at it.
  33.  
  34. -- 
  35. -- Email info@NeoSoft.com for info on getting interactive Internet access.
  36. "It took no computation to dance to the rock 'n roll station."
  37. -- VU
  38.