austgl / ooofbtools

Automatically exported from code.google.com/p/ooofbtools
0 stars 0 forks source link

missed variable declaration #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. export of fb2 document with tables

What version of the product are you using? On what operating system?
OOoFB2Tools 1.04,OpenOffice 2.4,Fedora 7

Please provide any additional information below.
in func. MakeComplexTable, stmt. "For i=0 To UBound(aRows())"
in func. IsComplexRowsCollTable, stmt. "For i = LBound(sNames()) To
UBound(sNames())"

runtime error, variable not defined.
PSE declare as "Dim i as Integer" or remove "Option Explicit"

Original issue reported on code.google.com by EliasKor...@gmail.com on 14 Aug 2008 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by dik...@gmail.com on 9 Oct 2008 at 6:30