Enhance JavaScript expression arguments #3

Open
opened 2019-09-14 04:33:07 +00:00 by glen · 0 comments
Owner

JavaScript functions taking an argument which is an expression should accept either the name of an existing Expression object (as they do now) but also just a string giving the expression (in which case an appropriate Expression object is created on the fly and used). It should be easy to tell the difference; just find the object and if it is of type Expression use it, otherwise create one from the expression.

JavaScript functions taking an argument which is an expression should accept either the name of an existing Expression object (as they do now) but also just a string giving the expression (in which case an appropriate Expression object is created on the fly and used). It should be easy to tell the difference; just find the object and if it is of type Expression use it, otherwise create one from the expression.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/CaRMtl#3
No description provided.