This is a basic question, but I'm hoping someone can help decipher this line of code for me. I can't find a reference anywhere to what the period in this statement does. I assume by the setup that it is some sort of conditional, but would appreciate any further info. Is it Keil specific? Counter[CounterInstance].Output = FALSE
"In C, to access a member of a specific structure, you use a '.' and then the name of the member" Although they're called "records" rather than "structures" in Pascal, the notation is identical - so even a Pascal programmer should understand it!