Support for Variables in Custom Universes Added

You may now use the SetVar function in custom universe rules.
This feature makes our tools easier to use and enables users to more seamlessly convert screens into custom universes.

Can you give us an example?
Thanks.

I would like to use Rating, Portfolio or Screen in Custom Universes. Is this now possible?

Werner, here’s a simple example:
[font=courier new]SetVar(@rank, FRank(“PEExclXorTTM”))
@rank > 90[/font]
As always, variables are useful to deconstruct complex expressions and
also when one needs to use the result of an expression in multiple places.

Andi,
We currently have no plans on supporting these operations within custom universes,
but I can understand how useful composite screen support could be when creating one.