Kaydet (Commit) a0c86b52 authored tarafından Julien Nabet's avatar Julien Nabet

typo length

Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3
üst 6f4c047d
......@@ -56,7 +56,7 @@ Function verify_testStrConv() as String
'x = StrConv("ÉϺ£ÊÐABC", vbFromUnicode)
'MsgBox retStr
'TestLog_ASSERT UBound(x) = 8, "Converts the string from Unicode, the lenght is : " & UBound(x) + 1
'TestLog_ASSERT UBound(x) = 8, "Converts the string from Unicode, the length is : " & UBound(x) + 1
' retStr = StrConv(x, vbUnicode)
'MsgBox retStr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment