Forum Discussion
nicktulett
13 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.
Related Content
- 12 years ago
- 3 years ago
- 8 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago