Re: VB.DOT NET Maths Question

  • From: "Ricks Place" <OFBGMail@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sun, 28 Sep 2008 10:00:25 -0400

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 //www.freelists.org/list/programmingblind

Other related posts: