Click here to Skip to main content
15,891,184 members
Articles / Programming Languages / Visual Basic

need help in the piece of code

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
30 Sep 2012CPOL 0  
Without knowing what "b" is, I would say you need this:If RadioButton1.Checked = True Then b.Add(textBox27.Text)Else b.Add("0")End If

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 30-Sep-12 19:54 Available JF2015
Updates in content. 45 changes had been made.
1 No 30-Sep-12 19:53 Available JF2015

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Germany Germany
Studied electrical engineering and am now working as software developer in the semiconductor industry.

Comments and Discussions