Hello,
SITUATION
I transferred a legacy function which I use to solve zeros of a function. The function called NEWTON.
When I open my project, I Use Load(run) in Cielo Explorer. If I check the list of function I get
An NEWTON Sn; the functions contained in my script
Sn and An will work correctly. However NEWTON will give me the following error Unable to cast object of type 'VisualCielo.Numeric.DataObjects.cvar' to type 'System.IConvertible'.
If I edit NEWTON and quit with ALT-EE, I still get the same error
If I edit NEWTON and make a small modification (add or remove a comment) and quit with ALT-EE, It now works
QUESTION
Do I do something wrong? What should I do to load the function correctly?
Basically, I seems that when my script is reinitialized by making a modification and saving it works but not when I load it into Cielo.
Also I noticed that na expression like →RES←0 does not seem to work any more. Is it normal.