摘要: 1、 在vb中,比较语句,比较两数字是否相等前,应用cint()进行转换 如: Function book_count(book_id) Dim i,temp temp=1 For i=0 To Ubound(arrayA) If cint(book_id)=cint(arrayA(i)) Then temp=arrayB(i) Exit For End ... 阅读全文
posted @ 2006-11-15 17:53 罗明超 阅读(172) 评论(0) 推荐(0) 编辑