https://bz.apache.org/ooo/show_bug.cgi?id=117960
--- Comment #3 from [email protected] --- Created attachment 85151 --> https://bz.apache.org/ooo/attachment.cgi?id=85151&action=edit Hack to restore LINE parsing as a token This patch treats "Line" as a LINE token, not a SYMBOL. Issue 92642 added the ability to use "Line" (and others) as a variable or object name, something allowed in VBA. In doing so, it seems to have regressed the ability to use "Line Input ..." in a single-line "If". But my patch here will restore that, at the cost of regressing the ability to name variables and objects "Line". The real solution is to dig deeper and find a way to do both by disambiguating the SYMBOL later. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
