10-02-2008 12:13 PM
Attached is a picture which explains this. Heres my problem:
I have a bunch of controls (the ones with the issue are numeric doubles). They are wired into a bundle by name to create a framework for my cluster. When I initialize an array of this type of cluster, the numerics do not receive the precision settings from the original controls that were bundled. Is there a way to specify this? I have tried strict typedeffing the original controls with no luck.
Thanks
Solved! Go to Solution.
10-02-2008 12:38 PM
10-02-2008 12:46 PM
I think I'm going to have to write code to loop through all the controls and set the format string to "%#_10g" during runtime. Does anyone have a better solution to this?
10-02-2008 02:27 PM
10-06-2008 08:01 AM
10-06-2008 08:21 AM