Forum: Pascal and Delphi Nov 19th, 2006 |
| Replies: 2 Views: 3,793 Ha, ha, very funny...
I ask how the program recognises a [space] and you tell me to read it - I ask how the program regocnizes a [Tab] and you tell me to write it.
Anyway, the Problem is... |
Forum: Pascal and Delphi Nov 18th, 2006 |
| Replies: 2 Views: 3,793 Hi guys,
I am currently working on a program that opens a text file and replaces all [Space]s with [Tab]s.
I already know how to read teh text file and write in the new variables, but I just... |
Forum: Pascal and Delphi Oct 30th, 2006 |
| Replies: 2 Views: 5,381 If you need help getting started, These are Code Blocks I'd use:
To get the length of a string:
length(<somestring>) {This gives you - have a guess - the Length of a string.}
To get... |