zsh-users
 help / color / mirror / code / Atom feed
From: meino.cramer@gmx.de
To: zsh-users@zsh.org
Subject: Array as parameter
Date: Wed, 2 Nov 2011 04:35:45 +0100	[thread overview]
Message-ID: <20111102033545.GI28043@solfire> (raw)

Hi,

how can I use an array as a parameter to a function like
this (example does not work...just as an explanation, what
I want to do)

    #! /bin/zsh
    funcion arrprint()
    {
        for i in $1
        do
            echo $i
            echo "---"
        done
    }

    a=( 1 2 3 4 5 6 )

    arrprint a 

when executed shoult print
1
---
2
---
3
---
4
---
5
---
6
---


Thank you very mich in advance for any help!
Best regards,
mcc



             reply	other threads:[~2011-11-02  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-02  3:35 meino.cramer [this message]
2011-11-02  5:00 ` Wayne Davison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111102033545.GI28043@solfire \
    --to=meino.cramer@gmx.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).