Computer Science Canada

Characters

Author:  Ivan [ Fri May 11, 2007 8:59 pm ]
Post subject:  Characters

Hello, I need your help with this simple thing. First of all, I want to say, that I' not an experienced programmer and my English isn't that good either, but I will do my best to explain the problem.
What I want is command (or something) that can give (calculate) me a number of characters in a word. That is it . . . It's a part of more complex thing, so I would really appreciate you help. Thanks

Author:  rdrake [ Fri May 11, 2007 9:28 pm ]
Post subject:  RE:Characters

Turing:
var myWord : string := "Hello"

put length(myWord)
F10 is your friend.

Author:  Ivan [ Fri May 11, 2007 9:48 pm ]
Post subject:  Re: Characters

Thanks a lot.


: