On 29/4/00 11:54 am, Sivakatirswami <[EMAIL PROTECTED]> wrote:

> I set a custom prop on a series of images.
> 
> mySize   # putting into it the width and height of the image (s).
> 
> later, trying to get the prop out
> 
> "get mySize of image 1 "
> 
> gave a syntax error but
> 
> "get the mySize of image 1"
> 
> returned   "239,300"  as expected.
> 
> what is the guideline for required usage of the word "the" in metaTalk?

You must always use it to retrive a property.  You must always use it with
any function, unless you used the bracketed form of the function.  You must
use the bracketed form of the function if it is a custom function.  The
following are the only legal ways to write the following:

put the time
put time()
put the rect of image 1
put myCustomFunction(whatever)

Regards,

Kevin

> Hinduism Today
> Sivakatirswami
> Editor's Assistant/Production Manager
> www.HinduismToday.com
> [EMAIL PROTECTED]

Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to