Post Reply 
Graph 3D Version 2.2 Beta Question
01-08-2014, 06:19 PM (This post was last modified: 01-08-2014 06:58 PM by Han.)
Post: #7
RE: Graph 3D Version 2.2 Beta Question
(01-08-2014 04:21 PM)Jean-Michel Wrote:  Hello Han

Congratulations for your excellent work.
Please forgive me if this has already been reported : I noticed that your program does not work when Number Format is set to "Fixed" instead of "Standard".
Kind regards.

Thank you for letting me know. I can confirm that it does not work in FIX mode.

Edit: Well, I am not sure whether to classify it as a firmware bug or not, but the current way STRING() handles number formatting makes it very tedious to use because it currently formats "integers" to have trailing zeros. Anyway, a quick workaround is to change:

Code:

fnew:=expr("STRING(V"+fsel + ")");

to

Code:

fnew:=expr("STRING("V" + LEFT(STRING(fsel),1) + ")");

within the g3D_getfunc() routine.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Graph 3D Version 2.2 Beta Question - Jean-Michel - 01-08-2014, 04:21 PM
RE: Graph 3D Version 2.2 Beta Question - Han - 01-08-2014 06:19 PM



User(s) browsing this thread: 1 Guest(s)