Re: "System Global Access" in POSE 3.4 In what follows, the "chP = ..." assignment is OK but the "ch = ..." assignment brings up a Pose error message that I am accessing the system globals. I wonder if anyone could explain this to me. What's the point of CtlGetLabel() if we can't work with it?
############################################################################# ControlType * ctlP = ...; Char ch; Char * chP; chP = (Char *) CtlGetLabel (ctlP); ch = *chP; ############################################################################# /Paul [pedit - LapTopHack - superFinderHack] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
