1 Pages (3 items)
Unexpected behavior - Messages
Hi. I can not understand why the argument of the last function "disappears"
Thanks in advance
Alvaro.
File not found.File not found.
Thanks in advance
Alvaro.
File not found.File not found.
The answer is in dec2bas(x,b).
In the third row there is x
x-m)/b; arguent:something inside the function is a pass-by-reference operation from the function to the argument, hence the behavior (900 becomes 0).
If you don't want it, assign x to an internal variable and do all the definition operations on that variable (f.e. z:x -> z
z-m)/b)
In the third row there is x
If you don't want it, assign x to an internal variable and do all the definition operations on that variable (f.e. z:x -> z
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 2018/8/23 13:04:00
WroteThe answer is in dec2bas(x,b).
In the third row there is xx-m)/b; arguent:something inside the function is a pass-by-reference operation from the function to the argument, hence the behavior (900 becomes 0).
If you don't want it, assign x to an internal variable and do all the definition operations on that variable (f.e. z:x -> zz-m)/b)
Tante grazie Davide! I did not know where else I could look for the error, because I thought I had reviewed everything.
Best regards.
Alvaro.
1 users liked this post
Davide Carpi 2018/8/23 20:52:00
1 Pages (3 items)
- New Posts
- No New Posts