| Summary: | The explanation of the help page about the BASIC IsMissing Function is incorrect. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | nobu <tac725> |
| Component: | Documentation | Assignee: | BogdanB <buzea.bogdan> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, lionel, olivier.hallot |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.5.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
nobu
2022-08-11 09:11:30 UTC
What could even "If the IsMissing function is called by the ArgumentName, then True is returned" be supposed to mean?
Unless there is some cryptic meaning hidden behind "function called *by* argument", the correct description would be
> Returns True if ArgumentName has an assigned value in the caller function, False otherwise
or something in the line.
See also: VBA documentation [1]. Note that our documentation should also mention differences in different compatibility modes (normal, Option Compatible, Option VBASupport) [2]. [1] https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/ismissing-function [2] https://gerrit.libreoffice.org/c/core/+/87550 If you agree I will try to change to this: -------------------- IsMissing returns True if no value has been passed for the ArgumentName; otherwise, it returns False. -------------------- Mike? Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/0e8131128326f9a2f8476bf3b72f9a7b45476750 tdf#150369 IsMissing Function explanation |