To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96159 Issue #|96159 Summary|VBA InStrRev is remembered by OpenOffice Basic Component|scripting Version|OOO300m9 Platform|PC URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kr Reported by|bmarcelly
------- Additional comments from [EMAIL PROTECTED] Wed Nov 12 15:16:43 +0000 2008 ------- The Basic function InStrRev is a VBA instruction, not a OOoBasic instruction. It has been introduced for VBA compatibility, and it is recognized in a Basic module with Option VBASupport 1. This works. However, once InStrRev has been executed, Basic accepts its use in any other module, even pure OOoBasic modules. This new instruction stays available until OpenOffice is closed. The consequence is a phantom instruction in OOoBasic: an instruction which will be supported or not supported, depending on a particular macro which may have been executed a long time ago, for example in a document. If a macro developer uses such instruction, supposing it is fully supported in OOoBasic, it may work or throw an error depending on previous activity. Next attachment shows the problem. Please investigate if there are other VBA instructions with the same implementation problem. Issue 27904 (current Milestone OOo Later) can be interpreted as introducing the full support of InStrRev by OOBasic (which would be better and would resolve this issue). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
