Frank Church schrieb:
>       if [dbgRemoteLinks] in dbgActiveOptions then
>         mmoURLPageContent.Lines.AddStrings(procList);

Try

 if dbgRemoteLinks in dbgActiveOptions then
    WriteLn('Yes');


htht
Michael
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to