[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-07-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 Rafael Lima changed: What|Removed |Added CC||rafael.palma.l...@gmail.com ---

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 Andreas Heinisch changed: What|Removed |Added See Also||https://bugs.documentfounda

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 --- Comment #5 from Mike Kaganski --- (In reply to Jean-Pierre Ledure from comment #2) > - (1) The message box returns True without any option, or with Option > Compatible > - (2) A syntax error is displayed with Option VBASupport 1 > >

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 --- Comment #4 from Jean-Pierre Ledure --- (In reply to Mike Kaganski from comment #3) > Which change is meant? Well, a potential patch that would implement Empty as being a valid default value. This could create a conflict with Empty

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 --- Comment #3 from Mike Kaganski --- (In reply to Jean-Pierre Ledure from comment #2) > Please do not change the actual behaviour without good reasons. Which change is meant? -- You are receiving this mail because: You are the

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 --- Comment #2 from Jean-Pierre Ledure --- Consider next code: sub foo(Optional a, Optional b) MsgBox IsEmpty(a) end sub sub bar foo(b := 1) end sub - (1) The message box returns True without any option, or with Option

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-06-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 Andreas Heinisch changed: What|Removed |Added Ever confirmed|0 |1

[Bug 161315] 'Empty' can't be used as a default value for arguments (Option Compatible)

2024-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161315 Rafael Lima changed: What|Removed |Added Blocks||127592 Referenced Bugs: