DJ Lucas wrote:
> DJ Lucas wrote:
> 
> 
>>somelist="a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
> 
> 
> Whoops...that's to be used in a for loop.  's/,/ /g'
> 
> -- DJ Lucas


Okay...the problem was that the array definition was inside the function
that was doing the assignment...IOW it's local to the function.  I
declared it in the calling script before the assignment function and all
is well.

-- DJ Lucas

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to