How do I get values of dynamic fields of a control in scripting?
by Nathan Martin · in General Discussion · 09/01/2002 (4:03 pm) · 22 replies
Hello, how do I go about getting the value of a dynamic field in scripting? For example there is a text control named ServDlg_Port and it has a dynamic field named Max, how do I get Max field's value?
I've tried for a few hours trying to figure this out, but no cigar. :(
I've tried for a few hours trying to figure this out, but no cigar. :(
About the author
By day I work as an embedded microcontroller programmer for mainly Blackfin MCU/DSPs, and by night, and free time too, I'm a hobbyist game developer.
#22
09/10/2002 (9:15 am)
Actually the right answer was only given to me once which was by James. The others are were merly close to the real solution kept defining the source as a script object with a variable instead of a control and grabbing the data off of a field. $ and % are variables, not controls.
Torque Owner Bryan "daerid" Ross