Forum: VB.NET May 3rd, 2005 |
| Replies: 3 Views: 6,495 Thanks I have it fixed now. My count should have been 0 to length -2 so it did not go out of the string. |
Forum: VB.NET May 3rd, 2005 |
| Replies: 3 Views: 6,495 an error is found on line: letters = input.Substring((count), 2)
it says that the index must be within the string
I don't see why it is an error can anyone help?
Function DigramCount(ByVal... |