a function for custom properties

Phil Davis davis.phil at comcast.net
Fri Oct 24 17:33:51 EDT 2003


> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com
> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of erik hansen
> Sent: Friday, October 24, 2003 12:50 PM
> To: How to use Revolution
> Subject: Re: a function for custom properties
> 
> 
> 
> --- Klaus Major <klaus at major-k.de> wrote:
> 
> > > a function for custom properties:
> > > all custom properties are preceded by "u":
> > > uNote, uBeat, etc.
> > >
> > > put u("note") # note the quote
> > >
> > > function u pParam
> > >   

  -- Should be:
  return value("the u" & pParam && "of this stack")
  -- now it will work as hoped

> > > end u
> > 
> > returns this string:
> > 
> > the unote of this stack
> > 
> > Hmmm...
> > 
> > I will stick with IT :-)
> 
> yeah, that should be: 
> 
> function u pParam
>   return VALUE("the u" & pParam && "of this
> stack")
> end u
> 
> this will return the property's current setting.
> 
> out of curiosity, where do you stick by it?
> 
> thanks for the feedback (zuruckFressen?).
> 
> Erik (Erich)
> 
> 
> =====
> erik at erikhansen.org    http://www.erikhansen.org
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution


More information about the use-livecode mailing list