if ( $Month eq 'Jan' ) { $Month = 0; }
PS: this is my "most typical goof", so I caught it easily :)
UPDATE: doh! if ( $Month == 0 ) { $Month = 'Jan'; } ....nevermind
In reply to Re: Converting output from numeric values to text
by wardk
in thread Converting output from numeric values to text
by OnTheEdge
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |