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

--- Comment #9 from Julien Nabet <serval2...@yahoo.fr> ---
Testing the initial case on Excel:
function my_function () as string
   dim my_string as string
   let my_string = "abc def jhi"
   mid( my_string, 5 ) = "123"
   let my_function = my_string
end function

Excel returns 
"abc 123 jhi"
not 
"abc 123 def"

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

Reply via email to