> im trying to get the values of 
> three field's and put them on a certain part of a 
> script. when the 3 field's values change so 
> should the ones on the script.

I'm not sure what you mean by putting the value on a certain part of a
script. Do you want to change a variable? If so, try this:

myVar = member("fieldMember").text

Or, if you want a numeric value, 

myVar = value(member("fieldMember").text)

Cordially,

Kerry Thompson

P.S: You'll project a better image if you talk with an English teacher
about the use of the apostrophe ^_^

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to