xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CSetCent()

Queries or changes the SET CENTURY setting.

Syntax

CSetCent( [<lNewMode>] ) --> lOldMode

Arguments

<lNewMode>
This is an optional logical value defining the new value for the SET CENTURY setting. .T. (true) corresponds to ON, and .F. (false) means OFF.

Return

The function returns the previous SET CENTURY setting as a logical value.

Info

See also:SET CENTURY
Category: CT:Settings , Environment functions
Source:ct\ctmisc.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe