Re: Fwd: a function for custom properties

2003-10-23 Thread erik hansen
> 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 VALUE("the u" & pParam && "of this stack") > end u = [EMAIL PROTECTED]http://www.erikhansen.org ___

Fwd: a function for custom properties

2003-10-23 Thread erik hansen
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 = [EMAIL PROTECTED]http://www.erikhansen.org __ Do you