i need to assign a value to an array but it is not in the normal way, here is the code so far:
Department[1] = "Accounts";
Department[2] = "Teller";
Department[3] = "Loans";
Department[4] = "Operations ";
Department[5] = "Personnel" ;
Department[1] = "Accounts";
Department[2] = "Teller";
Department[3] = "Loans";
Department[4] = "Operations ";
Department[5] = "Personnel" ;
Comment