[code]
'VB only way
function linecount() as long
Dim a() as string
a = Split(rtb1.Text,vbcrlf)
linecount=ubound(a+1)
end function
|
Results 1 to 5 of 5
Thread: Text Box Line CountThreaded View
|
Click Here to Expand Forum to Full Width |