• Unused variables not working correctly

    By Carsten Braun 1 decade ago

    If i declare a variable in the way, that I have only tab's between the variablename and the "as" then these will be ignored and the variable will be recognized with a wrong name

    f.e

    dim db      as notesdocument

    will be reconized as "dbas"

    and this will always lead to unused variables