Change-Id: I7066a328fa54c062d1a12582d4f270e70f466c32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177702
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2024-12-02 16:19:52 +01:00 committed by Jean-Pierre Ledure
parent 7f927322d9
commit 863f5d26f9

View file

@ -446,7 +446,7 @@ Public Function ConvertToDataArray(Optional ByRef Data As Variant _
&apos;&apos;&apos; If bigger than Data, fill with zero-length strings
&apos;&apos;&apos; If smaller than Data, truncate
&apos;&apos;&apos; If Rows = 1 and the input array is a vector, the data array is aligned horizontally
&apos;&apos;&apos; By defauly, vectors are aligned vertically.
&apos;&apos;&apos; By default, vectors are aligned vertically.
&apos;&apos;&apos; When absent, the size of the output is determined by the input array.
&apos;&apos;&apos; Returns:
&apos;&apos;&apos; The output is always an array of nested arrays. Array and nested arrays are zero-based.
@ -2978,4 +2978,4 @@ Dim iCompare As Integer, iVarType1 As Integer, iVarType2 As Integer
End Function &apos; ScriptForge.SF_Array._ValCompare
REM ================================================= END OF SCRIPTFORGE.SF_ARRAY
</script:module>
</script:module>