Tomas Stolker wrote/ schreef:
> Hello all
>
> Maybe an easy question:
> Is there a difference when you use "characters" or "char" in a script?
>
> Tomas
"char" is synonym to "character" (singular)
"chars" is synonym to "characters" (plural)
Example:
answer "You typed" && the number of chars in field "test" && "letters."
-- is synonym to
answer "You typed" && the number of characters in field "test" &&
"letters."
answer "The first three letters you typed were:" && char 1 to 3 of field
"test" & "."
-- is synonym to
answer "The first three letters you typed were:" && character 1 to 3 of
field "test" & "."
Hope this helps,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.