Support Forums
Help with VB 2010 (Numbers) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Help with VB 2010 (Numbers) (/showthread.php?tid=19816)



Help with VB 2010 (Numbers) - Dεlluzion - 06-22-2011

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?


RE: Help with VB 2010 (Numbers) - Coding Support - 06-22-2011

Your trying to convert a string("") to an integer, and you cant.