You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could look for support in Jace 1.0. Currently I first plan to release a 0.9.1 increasing the number of out of the box provided functions drastically.
Would it be difficult to enhance the function registry to accept strings as positional parameters?
That would make it possible using something like expression = myFunction('param1string', 'param2string', 3.0).
Currently the function registry only accepts passing doubles :(
support for string variables, comparison and evaluation. Example:
if(var_1=='A', 'Match', 'No Match')
The text was updated successfully, but these errors were encountered: