Re: a function for custom properties

2003-10-23 Thread Klaus Major
Hi Erik, i wrote a function for custom properties, then some how lost it. all my custom props are preceded by "u": By me? ;-) uNote, uBeat, etc. something like: function u pParam return value("the u" & pParam && "of this stack" end u or return value("the u" & pParam && "of this stack") was work

Re: a function for custom properties

2003-10-24 Thread Klaus Major
Hi Erik, a function for custom properties: all custom properties are preceded by "u": uNote, uBeat, etc. put u("note") # note the quote function u pParam return ("the u" & pParam && "of this stack") end u returns this string: the unote of this stack Hmmm... I will stick with IT :-) [EMAIL P

Re: a function for custom properties

2003-10-24 Thread Klaus Major
Hi Erik, a function for custom properties: all custom properties are preceded by "u": uNote, uBeat, etc. put u("note") # note the quote function u pParam return ("the u" & pParam && "of this stack") end u returns this string: the unote of this stack Hmmm... I will stick with IT :-) [EMAIL P

Re: a function for custom properties

2003-10-24 Thread erik hansen
--- Klaus Major <[EMAIL PROTECTED]> 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 > > return ("the u" & pParam && "of this > stack") > > end u > > returns this

Re: a function for custom properties

2003-10-24 Thread Klaus Major
Hallo Erich, ... Hmmm... I will stick with IT :-) yeah, that should be: ... out of curiosity, where do you stick by it? Oops, typo... ...will stick TO it ;-) thanks for the feedback (zuruckFressen?). Enjoy your meal, eet smakelijk, bon appetite, mahlzeit :-D Erik (Erich) Er oder ich? [EMAIL P

RE: a function for custom properties

2003-10-24 Thread Phil Davis
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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 <[EMAIL PROTE