home *** CD-ROM | disk | FTP | other *** search
- Give the state of the button passed in parameter.
- 0 -> The button was not pushed
- 1 -> The button was pushed
- Note : After a first read, the returned value will always be 0, until a future push.
-
- Use example :
- In External Area script :
- If((bp_Get(Self»))=1)
- ` The button was pushed…
- …
- End if
-
- Note : For two states buttons, use bp_Read function.
-
- Written by François Marchal, © ACI 1991. Source Code in MPW Pascal and complete explanations in ACI Technical Note 23, May 91