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]:=...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.