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

--- Comment #3 from [email protected] ---
Investigating...

==================
REM  *****  BASIC  *****
Option Explicit
sub test

dim s as string 
dim arr(1) as Integer

s = "a/b"
arr = Split(s, "/")
Msgbox(arr(0))
ReDim Preserve arr(1)
Msgbox(arr(0))

end sub

Showing "a" in Msgbox Functions(though arr is declared as an array of Integer)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to