• Noel Power's avatar
    allow keyword Append to be used as a variable. bnc#745930 · 634b2116
    Noel Power yazdı
    statements like
      Dim AppEnd As Integer
    will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
    634b2116
scanner.hxx 4.25 KB