Hi!
Ok so this is what i need to do in scar.
I have a word "test"
and the following code:
textlen:=Length(text) ;
writeln ('The wordlength is : '+IntToStr(textlen));
This prints out "The wordlength is 4". Perfect - that works.
What i want to do now however - is to find out what say - the 3rd letter in the word is. and then print that out. I cannot see for the life of me which function i need to use.
Please help!
Thanks
Andy



Reply With Quote


