|
Mark,
fixing dictionary was a nightmare, because I could do it only on PRS-300, which is "hardcore caching" stuff that gets loaded from the sandbox. So after doing any change, I had to restart the reader.
Until the end of this year I won't have much time for PRS+, later new dictionary is planned, so I'm not sure whether I'll include this change.
Regarding passing vars to the sandbox code, unfortunately this way doesn't work:
a.sandbox.b.sandbox.c =
only first level is accessible. So if a is an existing object, b will be accessible, but c will not.
|