User Tools

Site Tools


rejectcode_return_reject_code_number_.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== REJECTCODE (return reject code number) ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

REJECTCODE( )

blk2blue.jpg

The REJECTCODE procedure returns the code number for the reason any EVENT:Rejected that was posted. If no EVENT:Rejected was posted, REJECTCODE returns zero. The EQUATES.CLW file contains equates for the values returned by REJECTCODE:

REJECT:RangeHigh ! Above the top range on a SPIN
REJECT:RangeLow ! Below the bottom range on a SPIN
REJECT:Range ! Other range error
REJECT:Invalid ! Invalid input

Return Data Type:     SIGNED

Example:

CASE EVENT()

OF EVENT:Rejected

Message('Your entry is ' & CHOOSE(REJECTCODE(),'too high.','too low.',|

'out of range.','invalid.') & |

'||Entry: ' & EntryEqt{PROP:ScreenText})

SELECT(?)

CYCLE

END

See Also: PROP:RejectCode

rejectcode_return_reject_code_number_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1