VERIFY_REAL_VALUE

Previous  Next

 

VERIFY_REAK_VALUE( value )

 


 

Verifies that the supplied value is of REAL type.  If not, the macro will signal a SE_RN_BAD_PARAMS error.

 

Example

 

BEGIN_PARSE( s, l )

  POP_VALUE( val )

END_PARSE

 

VERIFY_REAL_VALUE( val );