hi ravi, mohammad,

thanks,
i got roght answer for switch statement with string argument

thanks&Regards,
Gerald


On Mar 2, 11:44 am, Mohammed Mudassir Hussain
<[email protected]> wrote:
> Yes we can use String argument in Switch Case statement
>
> switch(tempStr)
> {
>   case "ab":
>             break;
>   case "ba":
>             break;
>   default:
>            break;
>
> }
>
> On Mon, Mar 2, 2009 at 12:05 PM, Gerald Anto 
> <[email protected]>wrote:
>
>
>
>
>
>
>
> > Hello Friends,
>
> > Shall we use String argument in Switch Case statement??
>
> > like
>
> > switch{
> >   case 'ab':
> >             break;
> >   case 'ba':
> >             break;
> >   default:
> >            break;
>
> > }
>
> > if possible please give me a quick reply
>
> > Thank & Regards,
>
> > Gerald Anto
>
> --
> Regards,
> Mohammed Mudassirhttp://mudassirsprofile.blogspot.com
> Atelier-soft Pvt Ltd
> Chennai- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to