Keywords
xbury.cs at clearstream.com
xbury.cs at clearstream.com
Thu Mar 17 08:19:12 EST 2005
Kevin,
> THe other problem I still have
>is that the descriptions in the docs don't show enough examples of the
>different ways a script can be written.
That's not true... If you browse the docs, you'll find examples for
everything
and every use...
But the basics of the is and the keywords is simple...
is or is not (see operators in the docs) are best used for conditinos.
if a is b or a is not c then
The keyword "the" is often optional
put rect of fld 1 into thisrect or put the rect of... are the same.
Where the keyword the is required is for "functions".
Then you have either the choice of using
the number of lines in fld 1
or
number(lines in fld 1)
There is an entry for the keyword the. I thought it was pretty clear...
Although the first line is quite ambiguous as to what requires brackets ;)
cheers
Xavier
-----------------------------------------
Visit us at http://www.clearstream.com
IMPORTANT MESSAGE Internet communications are not secure and therefore
Clearstream International does not accept legal responsibility for the
contents of this message. The information contained in this e-mail is
confidential and may be legally privileged. It is intended solely for the
addressee. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically states
them to be the views of Clearstream International or of any of its
affiliates or subsidiaries. END OF DISCLAIMER
More information about the use-livecode
mailing list