T
Tim Bond
I am using the Codedom classes to generate some code. Generally it is
pretty intuitive but I have not been able to determine how to generate the
'not' statement. Specifically I want to be able to generate something like:
if not testexpression then
...
end if
The if is fine it is a codeConditionStatement but I am not sure how to do
the 'not'.
Tim
pretty intuitive but I have not been able to determine how to generate the
'not' statement. Specifically I want to be able to generate something like:
if not testexpression then
...
end if
The if is fine it is a codeConditionStatement but I am not sure how to do
the 'not'.
Tim