网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
VisualFoxPro中,表达式LEN(ALLTRIM(‘计算机’))的值为()。
- A、3
- B、5
- C、6
- D、8
参考答案
更多 “VisualFoxPro中,表达式LEN(ALLTRIM(‘计算机’))的值为()。A、3B、5C、6D、8” 相关考题
考题
以下是替换字符串中制定字符的函数过程: Function sReplace (SearchLine As String,SearchFor As String,Replace With As String) As String Dim vSearchLine As String,found As Integer found=InStr (SearchLine,SearchFor):vSearchLine=SearchLine If found <>0 Then vSearchLine=" " If found>1 Then vSearchLine=Left (SearchLine,found -1) vSearchLine=vSearchLine+ReplaceWith End If If(表达式)<Len(SearchLine)Then vSearchLine=vSearchLine+Rights (SearchLine,Len (SearchLine) ―found―Len(SearchFor)+1) End If End If sReplace=vSeachLine End Function过程中的“表达式”应为( )。A.foundB.found-1C.found+Len(SearchFor)D.found+Len(SearchFor)-1
考题
单选题Visual FoxPro中,表达式LEN(ALLTRIM(’计算机’))的值为()。A
3B
5C
6D
8
热门标签
最新试卷