Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Spider

    for loop

    hey cheers. now my program runs but it says that i might not have been initialised. any ideas ? var Column : Integer; var Row : Integer; var i : Char; begin Row := 0; Column := 0; for i := 'A' to 'F' do begin cmdLetters[i]:=...
  2. Spider

    for loop

    hey can someone help me out with this. what does htis mean.. for loop control variable must have ordinal type ?? Question : string; begin for Question := 1 to 30 do begin if i = 'B' then begin Correct := Correct + 1...
  3. Spider

    incrementing score board

    hi. could someone take a look at this code and set me on the right track. i should imagine this stuff is playschool for you guys so any help is very appreciated. var i : Char; begin with Questions[1] do begin i := 'F'; if i = 'B' then...

Part and Inventory Search

Back
Top