Support Forums

Full Version: Help with VB 2010 (Numbers)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well a friend asked me if I could finish a small program we're supposed to create, using VB 2010.

It's supposed to be a program that calculates costs, along with how much change you'll get, and how much the total is, etc. Like a till.

So I started off and got this error:

Anybody know what I have done wrong here?
Your trying to convert a string("") to an integer, and you cant.