怎么获取多行编辑框中的行号?我用了一个多行编辑框,想依次取出每行的值,不知道怎么办请高手指点,谢谢![解决办法]string ssint i=1do while i<rle_1.linecount()rle_1.scroll(i)ss = rle_1.textline()i++loop