2012-09-04 13:18 UTC
Hello to all,
I made my application using the runtime 7.0.04.
Today I installed the new runtime 7.0.0.6 and I noticed a different behavior in the following line of code:
(setq xval (dcl_ListBox_GetSelectedItems App_Form_Princ_ListBoxGruppi))
with 7.0.0.4 returns a string: "TEST"
and 7.0.0.6 returns a list: ("TEST")
It is not a problem for me to correct my application, but I want to know what is the correct behavior 7.0.0.4 or 7.0.0.6?
Soon I will have to install, when available, the runtime compatible with Bricscad V13 and I'm afraid that you decide to return to the behavior of 7.0.0.4
Can you help me understand?
thanks
I made my application using the runtime 7.0.04.
Today I installed the new runtime 7.0.0.6 and I noticed a different behavior in the following line of code:
(setq xval (dcl_ListBox_GetSelectedItems App_Form_Princ_ListBoxGruppi))
with 7.0.0.4 returns a string: "TEST"
and 7.0.0.6 returns a list: ("TEST")
It is not a problem for me to correct my application, but I want to know what is the correct behavior 7.0.0.4 or 7.0.0.6?
Soon I will have to install, when available, the runtime compatible with Bricscad V13 and I'm afraid that you decide to return to the behavior of 7.0.0.4
Can you help me understand?
thanks