
-----------------------------------
Ivan
Fri May 11, 2007 8:59 pm

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

-----------------------------------
rdrake
Fri May 11, 2007 9:28 pm

RE:Characters
-----------------------------------
var myWord : string := "Hello"

put length(myWord)F10 is your friend.

-----------------------------------
Ivan
Fri May 11, 2007 9:48 pm

Re: Characters
-----------------------------------
Thanks a lot.
