[fpc-pascal]urgent help question
raoul s
raoul_s2001 at yahoo.com
Wed Feb 6 19:56:10 CET 2002
Hi,
for some reason i get "error 88: "(" expected" at the
line below.
see the market "prompt stops next line" line in below
please.
when i comment out the outer "Begin" the rror goes
away.
please help.I use Borland pascal.
Form the compiler editor i can not see if it is "(" or
"<".
I thing it means "(".
.
.
.
Begin
UserResults[1] := val1;
UserResults[2] := valmin;
UserResults[3] := valmax;
If (Not CalledFromVoodoo) and (HelpLevel = 4) then
If val1 <= UserResults[2] then
Begin
***prompt stops next line-->>
Str := ConvertNumber(UserResults[2], 'D');
RIWritelnStr('initval is <= ' + Str);
End;
Elseif (UserResults[2] < val1) and (val1 <
UserResults[3])
Begin
Str := ConvertNumber(UserResults[1], 'D');
RIWritelnStr('initval is < ' + Str);
End;
Else
Begin
Str := ConvertNumber(UserResults[3], 'D');
RIWritelnStr('initval is >= ' + Str);
End;
End;
.
.
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
More information about the fpc-pascal
mailing list