代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/113072/15471018
txt 171.txt
Replace 函数
Microsoft® Visual Basic® Scripting Edition
Replace 函数
请参阅
语言参考
Filter 函数
www.eeworm.com/read/113072/15471024
txt 545.txt
ShortPath 属性
Microsoft® Visual Basic® Scripting Edition
ShortPath 属性
应用于
语言参考
File 对象
Folder 对象
www.eeworm.com/read/113072/15471026
txt 84.txt
CreateObject 函数
Microsoft® Visual Basic® Scripting Edition
CreateObject 函数
请参阅
语言参考
GetObject 函数
www.eeworm.com/read/113072/15471032
txt 241.txt
Empty
Microsoft® Visual Basic® Scripting Edition
Empty
语言参考
版本 1
请参阅
描述
Empty 关键字用于指明未初始化的变量值。 此关键字与 Null 并不相同。
www.eeworm.com/read/113072/15471034
txt 196.txt
Split 函数
Microsoft® Visual Basic® Scripting Edition
Split 函数
请参阅
语言参考
Join 函数
www.eeworm.com/read/113072/15471036
txt 78.txt
CInt 函数
Microsoft® Visual Basic® Scripting Edition
CInt 函数
请参阅
语言参考
CBool 函数
CByte 函数
CCur 函数
CDate 函数
CDbl 函数
CLng 函数
CSng 函数
CStr 函数
Int、Fix 函数
www.eeworm.com/read/113072/15471041
txt 214.txt
UCase 函数
Microsoft® Visual Basic® Scripting Edition
UCase 函数
语言参考
版本 1
请参阅
描述
返回字符串的大写形式。
语法
UCase(string)
string 参数是任意有效的字符串表达式。如果 string 参数中包含 Null,则返回 Null。
说明
只有小写字母被转
www.eeworm.com/read/113072/15471044
txt 359.txt
ReadAll 方法
Microsoft® Visual Basic® Scripting Edition
ReadAll 方法
语言参考
版本 2
请参阅
应用于
描述
读入全部 TextStream 文件并返回结果字符串。
语法
object.ReadAll
object 应为 TextStream 对象的名称。
说明
对于大文件,使用
www.eeworm.com/read/113072/15471046
txt 86.txt
CSng 函数
Microsoft® Visual Basic® Scripting Edition
CSng 函数
请参阅
语言参考
CBool 函数
CByte 函数
CCur 函数
CDate 函数
CDbl 函数
CInt 函数
CLng 函数
CStr 函数
www.eeworm.com/read/113072/15471047
txt 174.txt
Right 函数
Microsoft® Visual Basic® Scripting Edition
Right 函数
请参阅
语言参考
Left 函数
Len 函数
Mid 函数