Re: VB.DOT NET Maths Question

Hi:
Read the below line one character at a time using your right cursor key. you will see you do not have a space between the words Private and Function. This is a basic carelessness error because you are listening to a line at a time instead of a character or word at a time when debugging your editor syntax statements.
PrivateFunction FindAverage(ByVal ScoreOneInteger As Integer, _
ByVal ScoreTwoInteger as integer, ByVal ScoreThreInteger as Integer) As
Decimal
...
The rest of the statement looks ok.
Rick USA
__________
View the list's information and change your settings at http://www.freelists.org/list/programmingblind

Other related posts: