Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:内部函数参数个数问题

1楼
ljh29206 发表于:2023/9/1 11:07:00
内部函数“aaa”
dim s as string

If Args(0) IsNot Nothing Then
s = Args(0)
msgbox (s)
Else

msgbox ("没有参数")
End If

Functions.Execute("aaa") 
提示数组超出索引

请问是我的写法错了吗

2楼
有点蓝 发表于:2023/9/1 11:09:00
dim s as string

If Args.count > 0 Then
s = Args(0)
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03198 s, 2 queries.