To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92642
User pflin changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Aug 11 02:27:18 +0000
2008 -------
Current patch can support three keywords to be used as variable including Name,
Line, Text. But it has a limit. When a keyword "Name" is dim as a variable, the
"Name" function can not used in the same Subroutine.
Sub Test()
dim name as String
name = "Hello"
Msgbox name
Name "c:/tmp/1.txt" As "c:/tmp/2.txt" ' fail
End Sub
---------------------------------------------------------------------
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]