
In the Visual Basic 6 code fragments below are included in the Code-VB fragments library. Fragments are snippets of code you can insert in your procedures.Each item between braces correspond to a variable of the given type.They are replaced with the new or existing variables by Fragment Builder in Code-VB tools.
{VARIANT:var1} = {VARIANT:var2}
{VARIANT:var1} >= {VARIANT:var2}
{VARIANT:var1} > {VARIANT:var2}
IsEmpty({VARIANT:var1})
IIf((lngNumber Mod 2) = 0, True, False)
IsMissing({VARIANT:var1})
{OBJECT} Is Nothing
IsNull({VARIANT:var1})
IIf((lngNumber Mod 2) = 0, False, True)
{VARIANT:var1} <= {VARIANT:var2}
{STRING:sText} Like {STRING:Pattern}
{VARIANT:var1} < {VARIANT:var2}
{VARIANT:var1} <> {VARIANT:var2}
