$array[$x]=$scalar; > How do I insert $scalar into position $x of @array, where $x is smaller than > $#array? > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Inserting into the middle of arrays Pete Sergeant
- Re: Inserting into the middle of arrays Kevin Meltzer
- Re: Inserting into the middle of arrays walter valenti
- Re: Inserting into the middle of arrays Andrea Holstein
- Re: Inserting into the middle of arrays _brian_d_foy
- Re: Inserting into the middle of arrays RoadRaat
- Re: Inserting into the middle of arrays Andrea Holstein
- Re: Inserting into the middle of arrays Paul Johnson