zsh-users
 help / color / mirror / code / Atom feed
* value of a key pointed by (P) ?
@ 2006-09-15 17:47 Marc Chantreux
  2006-09-15 17:56 ` Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Chantreux @ 2006-09-15 17:47 UTC (permalink / raw)
  To: zsh-users

Hi all, 

typeset -A a
a=(
	this is 
	something special
	for you
)
b=a
k=this
print ${${(P)b}[$k]}

i expect 'is', i get 'you'. Why ? how to fix ?
thanks a lot for help.

regards.
mc

-- 
téléphone : 03.90.24.00.19
courriel  : marc.chantreux@ulpmm.u-strasbg.fr
---------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-16  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-15 17:47 value of a key pointed by (P) ? Marc Chantreux
2006-09-15 17:56 ` Peter Stephenson
2006-09-15 20:17   ` Marc Chantreux
2006-09-16  5:57     ` Bart Schaefer
2006-09-16  5:47   ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).