Hello,
I have a global variable/symbol in normal Skill mode, where I store several settings in its property list. Some parts of the code must be run with Skill++, but it seems I can not import the symbols property list.
Example:
Normal Skill:
Var = 'Var
Var.a = 1
Var.b = 2
Skill++:
importSkillVar( Var )
Var.a >>> is nil
Is there a way to make the property list available in Skill++? I could not find any example or documentation for this case.
Best regards
Paul