Hello B4a Family is anybody there who can help me with this things:-
1). how can we keep a single code style for all my code files and how can easily i get to know weather my defined variable names are in proper format or not (i.e. camelCase)
2). How can i easily find out duplicate codes on my project so that i can make them a single function from class module and use it
The IDE / compiler doesn't enforce or check any specific naming format. Same is true for duplicate code. It is up to you to use proper names and avoid duplicating code.