https://issues.apache.org/ooo/show_bug.cgi?id=119933
Terry <terauck-aoob...@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terauck-aoob...@yahoo.com.a | |u --- Comment #2 from Terry <terauck-aoob...@yahoo.com.au> --- If uCase is used in the 'bad' function, it works: Function myBadUCase(x) dim y as string y = format( x , "nn dd/mmm/yy") y = format( y , ">") y = uCase ( y ) myBadUCase = y end function -- You are receiving this mail because: You are the assignee for the bug.