Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~108 People Reached
Favorite Forums
Member Avatar for Michael26

I have beginner question, how to "reduce" multiple if statements using whlie or foreach or any other means, i have like 10 if statements. Example [code=c#] Boolean bolres = true; if (client_name == "") //testing for empty string { bolres = false; //if its empty set the bolres variable to …

Member Avatar for sknake
0
108