Quote Originally Posted by .paul. View Post
try this:

vb.net Code:
  1. dim dt as new datatable
  2. richtextbox1.text = dt.compute(textbox1.text & richtextbox1.text & textbox2.text, nothing).tostring
Thanks again, but could you explain what "nothing" and "tostring" does/mean? I'd like to understand everything that i put in my programs