I have this code:<br><br>type<br> dbgOptions = (dbgAMI, dbgRemoteLinks);<br><br>var<br> dbgActiveOptions: set of dbgOptions;<br><br><br>procedure SetupDefaultvars;<br>begin<br> dbgActiveOptions := [];<br>end;<br><br>Running the code below produces this error message: rcacsbilling.pas(3660,25) Error: Identifier not found "dbgRemoteLinks"<br>
<br> if [dbgRemoteLinks] in dbgActiveOptions then<br> mmoURLPageContent.Lines.AddStrings(procList);<br><br>Is that the wrong syntax in FreePascal?<br><br><br clear="all"><br>-- <br>Frank Church<br><br>=======================<br>
<a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>