[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Extracting variable
From: |
Dave Hylands |
Subject: |
Re: Extracting variable |
Date: |
Thu, 14 Apr 2005 06:47:11 -0700 |
Hi Uri,
> I have a variable, that defined to be multiple
> attributes with some space(s) and/or tab(s) between
> them.
> I would like to extract it to be multiline with single
> parameter per line.
You can use the foreach function $(foreach var,list,text)
Make will strip the whitespace around each parameter. You can then add a CR.
--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/