Variables in simulation should respect data type sizes

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Variables in simulation should respect data type sizes

Post by kersing »

Simulation does currently not respect the size pf the data type of a variable. This results in unexpected behaviour when calculations overflow on device. It would be better (more consistent user experience) if simulation used the same size (or truncated results while performing calculations).
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Variables in simulation should respect data type sizes

Post by Benj »

Hi Jac,

Thanks for the heads up. I thought this was happening already and I suppose it might be for some cases but I will add the program exhibiting the problem to our bugs list for checking.

Post Reply