[Libreoffice-bugs] [Bug 136112] Basic Time function returns inconsistent datatype

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 3 08:58:00 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=136112

--- Comment #4 from Alain Romedenne <alain.romedenne at libreoffice.org> ---
REM  *** DATE FUNCTION EXAMPLE ***

Sub _Date_
        Print Date, TypeName(Date()), VarType(Date), Date$, TypeName(Date$),
VarType(Date$())
        Date = "February 12, 1985" ' does nothing
End Sub

- VBA Date function
 
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/date-function
- VBA Date statement
 
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/date-statement

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200903/fdf92cf4/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list