11-23-2023, 02:17 PM
@mnrvovfrc Forgive Aurel, English is his 2nd language pretty good but he thinks he is perfectly understandable and likewise understanding of what you say. PLUS if it is different than Oxygen Basic then it is WRONG! LOL
You gotta laugh because if you take it serious then Aurel is the devil!
Also, he also forms strong bias for or against people and does not judge their arguments rationally.
That I find not so easy to laugh at.
@Aurel so in this:
The tokenizer is supposed to count 4 words:
1. func
2. tokenizer
3. in
4. QB64
It doesn't save words it just counts them? IF THEY ARE NOT inside a Quote or Comment.
Correct?
It might not store the words but saves their start posiions? in line and column or p = position in the whole program = one string lines separated by chr$(10) + chr$(13)
Otherwise I need to know what 4 things it is supposed to be counting.
You gotta laugh because if you take it serious then Aurel is the devil!
Also, he also forms strong bias for or against people and does not judge their arguments rationally.
That I find not so easy to laugh at.
@Aurel so in this:
Code: (Select All)
Dim test As String: test = "func tokenizer in QB64"
The tokenizer is supposed to count 4 words:
1. func
2. tokenizer
3. in
4. QB64
It doesn't save words it just counts them? IF THEY ARE NOT inside a Quote or Comment.
Correct?
It might not store the words but saves their start posiions? in line and column or p = position in the whole program = one string lines separated by chr$(10) + chr$(13)
Otherwise I need to know what 4 things it is supposed to be counting.
b = b + ...