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 -->
  #1 (permalink)  
Old 08-30-2007
ZINGARO ZINGARO is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 36
compound variable in korn shell

in a text " Korn Shell Unix programming Manual 3° Edition"

i have found this sintax to declare a compoud variable:

variable=(
[datetype] fild1 [=value]
[datetype] fild1 [=value]
)

but this sintax in ksh and sh (HP-UNIX) not work...

why?? exist another solution for this type of variable ???