Hi! I am using vb.net and have some basic questions
I was wondering if i have a very long line of code (a long if statement), can it extend onto two lines? If so how would I do that?
I also wanted to know say I have 7 checkboxes and the condition on my if statement is to check if only one box has been checked, is the only way to do this by having all the different combinations listed?
Thank you for any help, I am fairly new to vb.net and would appreciate any insight!!!
I was wondering if i have a very long line of code (a long if statement), can it extend onto two lines? If so how would I do that?
I also wanted to know say I have 7 checkboxes and the condition on my if statement is to check if only one box has been checked, is the only way to do this by having all the different combinations listed?
Thank you for any help, I am fairly new to vb.net and would appreciate any insight!!!
Comment