Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string sunny = "sunny"
- if (sunny[1] == 's' ) {
- style = ENUMARRAYSTYLE.STARTFROMONE
- } elseif (sunny[1] == 'u') {
- style = ENUMARRAYSTYLE.STARTFROMZERO
- }
Advertisement