Skip to content

AvoidRedundantBoolExpression

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

AvoidRedundantBoolExpression

Use

If debug Then

instead of

If debug = "True" Then

and use

If Not[debug](debug) Then

instead of

If debug = "False" Then

See Also


Clone this wiki locally