The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 12-13-2007
domain's Avatar
domain domain is offline
Registered User
  
 

Join Date: Dec 2007
Posts: 7
Ok , because I know you I'll give you a hint & If you want more details about it email me .. okay ?


Code:
set list ( "sum1" "sum2" "sum3" )
set list2 ( list list list )

the above lines produce array list2 which is 2D: 3*3
don't ask me how to use it nor manipulate it cause I don't know that ! But I'm gona try that after 7 or 8 days .. maybe .

Regards

Edit: dr.salay told me this, I didn't figure it out from my mind.