2009-11-15 20:59 UTC
(defun c:DSAISoft_FRIT_OnInitialize (/)
(dcl_Control_SetText DSAISoft_FRIT_FRITSIZE (rtos objsize 2 1))
(dcl_Control_SetText DSAISOFT_FRIT_MIN_SHADE (rtos minshade 2 1));(strcat (rtos minshade 2 1) "%"))
(dcl_Control_SetText DSAISoft_MAX_FRIT_SHADE (rtos shade 2 1));(strcat (rtos shade 2 1) "%"))
)
notice the commented sections - addong thw % character cause the text_box to not display anything.
Is % a non-usable character?
No rush - I've already worked around it thanks
Jamie
(dcl_Control_SetText DSAISoft_FRIT_FRITSIZE (rtos objsize 2 1))
(dcl_Control_SetText DSAISOFT_FRIT_MIN_SHADE (rtos minshade 2 1));(strcat (rtos minshade 2 1) "%"))
(dcl_Control_SetText DSAISoft_MAX_FRIT_SHADE (rtos shade 2 1));(strcat (rtos shade 2 1) "%"))
)
notice the commented sections - addong thw % character cause the text_box to not display anything.
Is % a non-usable character?
No rush - I've already worked around it thanks
Jamie