Am trying from y'day.. but this following switch case is not at all working.. problem is if i give this multiple choice for "case" its not working.. it just works when i give just one value for "case"... your help appreciated...
Switch Case problem....
switch ($month)
case [1][3][5][7][8][10][12]:
@ day = 31
breaksw
case [4][6][9][11]:
@ day = 30
breaksw
endsw
Switch Case problem....
switch ($month)
case [1][3][5][7][8][10][12]:
@ day = 31
breaksw
case [4][6][9][11]:
@ day = 30
breaksw
endsw