I'm not real familiar with VB6, and in the program I'm working with, it has some conditional statements that begin with a #

#If myVariable <> 1 Then

do something

#End If

What is the purpose of the # sign? How does it make the conditional different from a conditional without the #?

Thanks