P
Pascal
bonjour
why chr(9) don't work in streamwriter :
in the code :
For lPointer = 1 To Val(txtWordCount.Text)
'w.WriteLine(aryListBox(lPointer))
w.Write(lPointer.ToString & ")" & aryListBox(lPointer) & ChrW(9))
Next
thanks for help
why chr(9) don't work in streamwriter :
in the code :
For lPointer = 1 To Val(txtWordCount.Text)
'w.WriteLine(aryListBox(lPointer))
w.Write(lPointer.ToString & ")" & aryListBox(lPointer) & ChrW(9))
Next
thanks for help