|
According to the build syntax website;
GETPROPERTY <component id> TEXTVALUE
'varname'
I have a DB-Edit with an id of Std1. I placed the following
command in an 'Exit' eep.
GETPROPERTY Std1 TEXTVALUE
vStd1
I have tried quotes around vStd1 also but the
variable never seems to set.
Am I missing something.
Update 77.
|
