Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for WhiteAvenger

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 …

Member Avatar for WhiteAvenger
0
136
Member Avatar for tom3005

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 ... …

Member Avatar for WhiteAvenger
-1
3K

The End.