Hi to all
In a working program i can not change the calculation anymore. It's empty.
Before i have rename the variable from themp_16 to temp_16.
Maybe a problem?
empty calculation after rename variable?
-
stefan.erni
- Valued Contributor
- Posts: 1192
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 222 times
- Been thanked: 240 times
empty calculation after rename variable?
- Attachments
-
- post_calculation1.fcfx
- (7.17 KiB) Downloaded 635 times
-
- 2024-05-17_18-17-48.PNG (52.66 KiB) Viewed 10160 times
-
Steve-Matrix
- Matrix Staff
- Posts: 1809
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 260 times
- Been thanked: 416 times
Re: empty calculation after rename variable?
Hi Stefan,
There is a small issue with the calculation icon window in the latest v10.1.1 version of Flowcode. If the first line of a calculation is a blank line, then the calculation icon dialog will be empty when it is opened, and if OK is then pressed, the calculation icon contents will be cleared.
The workaround for this is to always have something at the beginning of the list of calculations. If you want a blank line at the beginning of the list, then you should use "//" instead.
There is a small issue with the calculation icon window in the latest v10.1.1 version of Flowcode. If the first line of a calculation is a blank line, then the calculation icon dialog will be empty when it is opened, and if OK is then pressed, the calculation icon contents will be cleared.
The workaround for this is to always have something at the beginning of the list of calculations. If you want a blank line at the beginning of the list, then you should use "//" instead.
-
medelec35
- Valued Contributor
- Posts: 2270
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 698 times
- Been thanked: 768 times
Re: empty calculation after rename variable?
Any current V10 projects can be easily fixed, if you want all the lines visible again.
Keep a backup copy just in case.
Open your .fcfx project file with a text editor like Notepad++.
select Search >Replace
Within Find what: box enter
Leave Replace with: blank.
Select Replace All
Finally Select save.
Keep a backup copy just in case.
Open your .fcfx project file with a text editor like Notepad++.
select Search >Replace
Within Find what: box enter
Code: Select all
<exp exp='' />Select Replace All
Finally Select save.
Martin
-
Steve-Matrix
- Matrix Staff
- Posts: 1809
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 260 times
- Been thanked: 416 times
Re: empty calculation after rename variable?
We will try to get a release out soon. Hopefully this month or next.
-
Steve-Matrix
- Matrix Staff
- Posts: 1809
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 260 times
- Been thanked: 416 times