Game Development Community

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. :(
Page«First 1 2 Next»
#21
09/10/2002 (8:51 am)
Before you go on your holy crusade, make sure you read the responses. Your question was answered several times, if you choose to look.
#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.
Page«First 1 2 Next»