Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~342 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Stevon
Member Avatar for Stevon

[CODE]sub HighestMark open "Z:\Program\Assignment\StudentGrades.txt" For input as #StudentGrade while eof(#StudentGrade) = 0 input #StudentGrade,Id$,Name$,DOB$,Sub$,Grade if Grade > Highmark then Highmark = Grade end if wend print "Congratulations "; Name$; " Has Won £500 For Attaining "; Highmark; " in "; Sub$ end sub [/CODE] how would i go about by …

0
72
Member Avatar for Stevon

Hi all, this question is for liberty basic (not sure if its the same or simmiler) but i am desperate for help :cry: it opens a txt file and reads the records the layout of the file is like this : HEN01023025,Jane Henderson,10/02/1982,Maths,67 HEN01023025,Jane Henderson,10/02/1982,Science,24 i have started a program …

Member Avatar for Stevon
0
197