• 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
Adı
Son kayıt (commit)
Son güncelleme
..
basiccharclass.cxx Loading commit data...
buffer.cxx Loading commit data...
codegen.cxx Loading commit data...
dim.cxx Loading commit data...
exprgen.cxx Loading commit data...
exprnode.cxx Loading commit data...
exprtree.cxx Loading commit data...
io.cxx Loading commit data...
loops.cxx Loading commit data...
parser.cxx Loading commit data...
sbcomp.cxx Loading commit data...
scanner.cxx Loading commit data...
symtbl.cxx Loading commit data...
token.cxx Loading commit data...