CSetArgErr()

CSetArgErr()

Sets argument error behaviour

Syntax

      CSetArgErr( [<nNewMode>] ) -> <nOldMode>

Arguments

[<nNewMode>] New argument error throwing mode

Returns

<nOldMode> The current or old argument error throwing mode.

Description

All CT3 functions are very compliant in their reaction to wrong parameters. By using the CSetArgErr() function, you can make the library throw an error with the severity <nNewMode>. It is then up to the error handler to substitute the return value. <nNewMode> can be one of the severity modes defined in ct.ch: CT_ARGERR_WHOCARES corresponds to ES_WHOCARES CT_ARGERR_WARNING corresponds to ES_WARNING CT_ARGERR_ERROR corresponds to ES_ERROR CT_ARGERR_CATASTROPHIC corresponds to ES_CATASTROPHIC CT_ARGERR_IGNORE The last is the default behaviour and switches any argument error throwing off.

Compliance

CSetArgErr() is a new function in Harbour’s CT3 library.

Platforms

All

Files

Source is ct.c, library is libct.

2 responses to “CSetArgErr()

  1. Pingback: Clipper Tools Set Functions | Viva Clipper !

  2. Pingback: Harbour All Functions – C | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.