Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
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 can't figure out how to make a pascal program a) read a … | |
Re: If you need help getting started, These are Code Blocks I'd use: To get the length of a string: [code=pascal]length(<somestring>) {This gives you - have a guess - the Length of a string.}[/code] To get only the string until the full stop: [code=pascal]var ct:Integer; somestring, croppedString:String; Flag:Boolean; ... Begin ... … |
The End.