CharPtr a,b;
1. a = FldGetTextPtr( getObject( form, SecurityConfirmField ));
2. b = FldGetTextPtr( getObject( form, SecurityPasswordField ));
GetObject gets the pointer for the field, given that:
When line 1 executes, both A and B have what ConfirmField has
When line 2 executes, both A and B have what PasswordField has
How do you get data from a field, this seems to be working but I don't
understand how B can equal A when line 1 executes.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/