in reply to Re^5: number array with space
in thread number array with space
what i want to do is that check whether the array cell has a number or not , if yes execute my block of code else not i.e.
if( $array[$i] == number ) { my block of code ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: number array with space
by gurpreetsingh13 (Scribe) on Jun 20, 2013 at 09:42 UTC | |
by AnomalousMonk (Archbishop) on Jun 20, 2013 at 13:08 UTC | |
by gurpreetsingh13 (Scribe) on Jun 20, 2013 at 14:11 UTC |