Advertisement
ramkesheoran

enum2StrExample

Sep 30th, 2011
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.13 KB | None | 0 0
  1. static void enum2StrExample(Args _arg)
  2. {
  3.     ListCode l;
  4.     ;
  5.     l =  ListCode::IncludeNot;
  6.     print enum2Str(l);
  7.     pause;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement