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

Andreas Heinisch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Andreas Heinisch <[email protected]> ---
Smaller reproducer:

Option VBASupport 1
Sub Run()
  colNo = "H"
  MsgBox(colNo)
  MsgBox(Len(colNo))
  MsgBox(colNo.Chars(0))
End Sub

like [email protected] stated in comment 9.

So strings are missing the chars function.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to