From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../source/text/sbasic/shared/03100600.xhp | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 helpcontent2/source/text/sbasic/shared/03100600.xhp (limited to 'helpcontent2/source/text/sbasic/shared/03100600.xhp') diff --git a/helpcontent2/source/text/sbasic/shared/03100600.xhp b/helpcontent2/source/text/sbasic/shared/03100600.xhp new file mode 100644 index 000000000..a8743a0b8 --- /dev/null +++ b/helpcontent2/source/text/sbasic/shared/03100600.xhp @@ -0,0 +1,58 @@ + + + + + + + CLng Function + /text/sbasic/shared/03100600.xhp + + + + + +
+ + CLng function + + +

CLng Function

+Converts any string or numeric expression to a long integer. +
+ + + +CLng (Expression As Variant) As Long + + + +Long + + + +If Expression lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. +This function always rounds the fractional part of a number to the nearest integer. + + + + + + + +
-- cgit v1.2.3