当前位置: 代码迷 >> PB >> 下面的代码无法保存
  详细解决方案

下面的代码无法保存

热度:25   发布时间:2016-04-29 08:58:18.0
下面的代码无法保存,请指教

long ll_count,ll_j
if ll_count= this.rowcount()
if ll_count<>0 then
for ll_j=ll_count to 0 step -1
if this.isselected(ll_j) then
this.deleterow(ll_j)
end if
end for
end if
return 1

------解决方案--------------------
哈哈,再接分吧!
  相关解决方案