12232.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 31 行
HTML
31 行
<html>
<head>
<title>改用属性或 Collections 代替</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>改用属性或 Collections 代替</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on April 21, 1999 at 12:13:22:<p>
In Reply to: <a href="12231.html">关于 Public 宣告阵列时的错误讯息</a> posted by LuLu on April 21, 1999 at 11:49:23:<p>
Private mstrTcno(1 To 50) As String<p>Public Property Get Tcno(ByVal Index As Integer) As String<br> Tcno = mstrTcno(Index)<br>End Property<p>Public Property Let Tcno(Byval Index As Integer, Byval Value As String)<br> mstrTcno(Index) = Value<br>End Sub<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12232-->
<!--top: 12236--><li><a href="12236.html">可是..............</a> <b>LuLu</b> <i>14:10:44 4/21/99</i>
(<!--responses: 12236-->1)
<ul><!--insert: 12236-->
<!--top: 12237--><li><a href="12237.html">没错...</a> <b>小吴</b> <i>15:35:42 4/21/99</i>
(<!--responses: 12237-->0)
<ul><!--insert: 12237-->
</ul><!--end: 12237-->
</ul><!--end: 12236-->
</ul><!--end: 12232-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?