Hello,
When testing FB6 RC1, i have noticed a different behaviour from FB5.5.455 i'm currenlty using.
Here is a basic scenario:
- Create a new project
- Create a Project variable named tempvar, with a default value of 123 => OK, but the default value is not display between [] in the variable list,
- Create a Project variable name macrovar, with a default value %tempvar%, and checked as macro => OK
- Create a RunScript that just msgbox(macrovar) => KO, the variable is empty
Remarks:
- The scenario works fine if the default value of tempvar is a charcter string (ex: DefaultValue),
- The scenario works with FB5.5,
Fabien