Variable issue with FB6 RC1

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

Hi Fabien,

Thanks for posting this report. The Release Candidate has some bugs displaying values from some variable types. We should have a build with a fix out very shortly.

Regards,

Angus

Hi Fabien,

Release Candidate 2 is now available, and should have a fix for this issue. Please let us know how you go. Thanks again for the bug report.

https://www.finalbuilder.com/forums.aspx?forumid=1&postid=6264&view=topic

- Angus

thansk it works now