07-02-2009 05:17 AM
Can you pl post a snapshot of your Ctl file?
I will. It's a 1236-wide Strict typedef. (Strict typedefs can't be resized, remember?)
Blog for (mostly LabVIEW) programmers: Tips And Tricks
07-02-2009 06:06 PM
07-02-2009 06:13 PM
Robert Cole wrote:
One I found interesting is that people in our office lost marks on their CLD exams because they used Type Defs instead of strict Type Defs. Does it really matter for that type of program?
Interesting...in my opinion, there shouldn't be any differentiation between the two on the CLD. I've emailed one of my colleagues in the Certification department to discuss the issue further.
07-03-2009 02:22 PM - edited 07-03-2009 02:23 PM
At one time I had to use regular Type Def's since Strict Type Def's used to cause errors when setting their value by reference during a custom INI importation, but I can't seem to make it happen now. Maybe that was fixed with 8.6.x?
I've posted an idea on the LabVIEW Idea Exchange:
http://forums.ni.com/t5/LabVIEW-Idea-Exchange/idb-p/labviewideas
to help bridge an area not properly covered by either Strict or Non-Strict Type Definitions.
07-03-2009 02:29 PM
I also lost points on my CLD exam because of using strict type defs when type defs should have been used. I also prefer using strict type defs unless I have a specific reason not to.
Darren wrote:
Robert Cole wrote:
One I found interesting is that people in our office lost marks on their CLD exams because they used Type Defs instead of strict Type Defs. Does it really matter for that type of program?Interesting...in my opinion, there shouldn't be any differentiation between the two on the CLD. I've emailed one of my colleagues in the Certification department to discuss the issue further.