Forum Discussion
nicktulett
14 years agoContributor
//USEUNIT X
function RetrieveDataForTemplate(tcID)
RetrieveDataForTemplate(tcID)
{
<Calls to db through oled object>
}
Doesn't make sense, it looks like you are breaking a function's definition with a call to itself, which would be a syntax error.
If you have any global variables in any unit in the project, they are going to be evaluated when the test run starts, regardless of whether they are referenced by USEUNIT or not.