At 4:12 AM -0800 2/11/2002, [EMAIL PROTECTED] wrote:
>1. The ability to store object references in variables.

Not sure what you're wanting here. You can put a valid reference to an
object in a variable, of course, and use it later in a statement, so what
would it mean to "store object references in variables"?


>2 Ability to perform multiple property assignements:
>
>set the height,visibility,mainStack of this stack to 200,false,"main"
>
>Maybe we could group inbuilt properties into custom groups (set the myProps
>of this stack to 200,false,"main").

Check out the "properties" property. (The "properties" of an object is an
array containing all its built-in properties.) Granted, this is an array
and requires array syntax rather than a comma-delimited string, but since
there are properties where the value must contain commas....


>4. SQL - like selection criteria to form object collections: get all cards
>where field "Name" is "Jake"

See the mark and unmark commands:
  mark cards where field "Name" is "Jake"

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!


_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to