高考病句加标点的考题:rs_ly_numRows = rs_ly_numRows + Repeat1__numRows是什么意思

来源:百度文库 编辑:杭州交通信息网 时间:2024/06/11 03:56:07
<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = 5
Repeat1__index = 0
rs_ly_numRows = rs_ly_numRows + Repeat1__numRows
%>

里的rs_ly_numRows = rs_ly_numRows + Repeat1__numRows是什么意思
rs_ly是我定义的一个记录集

程序是你写的你怎么会不知道意思,你不是说RS_LY是你定义的一个记录集吗?