diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/qa/vba_tests/strconv.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/vba_tests/strconv.vb b/basic/qa/vba_tests/strconv.vb index a98fbaa5b092..c23299bb37ae 100644 --- a/basic/qa/vba_tests/strconv.vb +++ b/basic/qa/vba_tests/strconv.vb @@ -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 |