Hello! I'm just new here, and I have just completed a short pascal tutorial. So, in this n00by thread I wanna ask some simple stuff, and sorry about the incovience (you will face many questions lol) but understand that this is my only way to learn something I really love :)
First of all can you explain me the inc and length commands? :?:
Second question :icon_cheesygrin: I'm trying to code a program that counts how many characters are in a text, and then find how many A's how many B's etc (and spaces). Only (a...z and character space counts). I'm sure I must use an array, but I'm a bit confused, so can you give me the main idea please? (I'll also use eof :P)
Third, is there any possibility that a program can read ASCII coded stuff? and write in ASCII ?
And if yes, how? :)
Last question (for now) :icon_evil: How to make my program outputs some stuff per line? For example how can i make the program from the second question outputs how many A's and B's in this way:
A 17
B 18
I want to make that output in format :
character<space>count
That's all the question. Hope you can help. Thanks in advance and for your time
-Tragedian Of Sullen Skies