Forum: Pascal and Delphi May 13th, 2006 |
| Replies: 4 Views: 30,978 That should be pretty straightforward. On a click of a button, take the Text property into a String variable, then with one "for" loop walk the string, take every character, get the integer... |
Forum: Pascal and Delphi May 12th, 2006 |
| Replies: 1 Views: 3,588 How about you to try to debug your code? |
Forum: Pascal and Delphi May 12th, 2006 |
| Replies: 4 Views: 30,978 It might seem strange to you, but text files are binary, too. It's the application that treats them differently. For example, if you change the extension from .txt to .bin, the application will not... |