CTExit()

CTExit()

Uninitializes the CT3 library

Syntax

      CTExit() -> nil

Arguments

none

Returns

nil

Description

The CTExit() function uninitializes the CT3 library. Identical code is declared as EXIT FUNCTION, thus should be executed automatically at the end of the application, but it is a good idea to call it explicitly somewhere at the end of your program to make sure that the deinitialization takes place.

Compliance

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

Platforms

All

Files

Source is ct.prg, library is libct.

Seealso

CTCINIT(), CTINIT(), CTCEXIT()

2 responses to “CTExit()

  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.