Creation of Array
hi folks,
i need to create one array, which will be something like this ...
industry_value["Apparel"]="Apparel";
industry_value["Banking"]="Banking";
industry_value["Biotechnology"]="Biotechnology";
industry_value["Chemicals"]="Chemicals";
industry_value["Communications"]="Communications";
industry_value["Construction"]="Construction";
how can i create kind of this array ...
the index will be string, and value too will be array ...
please help me ...
with regards,
Gaurav Raj
hi ... every body ...
thanks for ur reply ... but i m very sorry to say ... i had done a really big mistake while posting my question ... and now i m rectifying it ...
the index will be string, and value too will be string ...
the value will be string, not array ...
industry_value["Apparel"]="Apparel";
industry_value["Banking"]="Banking";
industry_value["Biotechnology"]="Biotechnology";
industry_value["Chemicals"]="Chemicals";
industry_value["Communications"]="Communications";
industry_value["Construction"]="Construction";
how can i create kind of this array ...
the index will be string, and value too will be string ...
please help me ...
with regards,
Gaurav Raj